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

    Interface IVariableOptionFactoryParameters

    interface IVariableOptionFactoryParameters {
        schema: any;
        locator?: DataLocator;
        isSection?: boolean;
        exampleVariables?: any;
        editableSchemaLocators?: string[];
    }
    Index

    Properties

    schema: any
    locator?: DataLocator
    isSection?: boolean
    exampleVariables?: any
    editableSchemaLocators?: string[]