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

Properties

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