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

    Interface ComboBoxOptionsFactory

    interface ComboBoxOptionsFactory {
        getOptions(
            args: {
                input: string;
                spec?: any;
                variablesSchema?: DataSchema;
                editableVariablesSchemaLocators?: string[];
            },
        ): Promise<ComboBoxOption[]>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • args: {
            input: string;
            spec?: any;
            variablesSchema?: DataSchema;
            editableVariablesSchemaLocators?: string[];
        }

      Returns Promise<ComboBoxOption[]>