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

    Interface ConnectorUiSpec

    interface ConnectorUiSpec {
        schema?: DataSchema;
        description?: string;
        helpUri?: string;
        test?: boolean;
    }
    Index

    Properties

    schema?: DataSchema
    description?: string
    helpUri?: string
    test?: boolean