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

    Interface IObjectFieldsOptionFactoryParameters

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

    Properties

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