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

    Interface CustomPullEventImplementationFields

    interface CustomPullEventImplementationFields {
        implementationType: "custom-pull";
        stateSchema?: DataSchema;
        methods: Record<
            keyof typeof CustomPullEventImplementationType.methods,
            ConnectorDataLocationMethod,
        >;
    }
    Index

    Properties

    implementationType: "custom-pull"
    stateSchema?: DataSchema
    methods: Record<
        keyof typeof CustomPullEventImplementationType.methods,
        ConnectorDataLocationMethod,
    >