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

    Interface ConnectorEventHandler

    interface ConnectorEventHandler {
        key: string;
        name: string;
        description?: string;
        parametersSchema?: DataSchema;
        implementationType: ConnectorEventImplementationType;
        schema?: DataSchema;
        methods: Record<string, ConnectorMethodImplementation>;
    }
    Index

    Properties

    key: string
    name: string
    description?: string
    parametersSchema?: DataSchema
    schema?: DataSchema
    methods: Record<string, ConnectorMethodImplementation>