Membrane SDK - v0.8.0
    Preparing search index...

    Interface ConnectorEventImplementationFields

    interface ConnectorEventImplementationFields {
        implementationType: "connector-event";
        stateSchema?: DataSchema;
        methods: Record<keyof typeof methods, ConnectorDataCollectionMethod>;
    }
    Index

    Properties

    implementationType: "connector-event"
    stateSchema?: DataSchema
    methods: Record<keyof typeof methods, ConnectorDataCollectionMethod>