Membrane React - v0.6.0
    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