Membrane React - v0.2.1
    Preparing search index...

    Interface OperationSpec

    interface OperationSpec {
        key: string;
        name: string;
        description?: string;
        tags?: string[];
        inputSchema?: any;
        outputSchema?: any;
        isReadOnly?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string
    name: string
    description?: string
    tags?: string[]
    inputSchema?: any
    outputSchema?: any
    isReadOnly?: boolean