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

Properties

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