RSX Code Reference
    Preparing search index...

    Type Alias InspectableObjectFieldCallback<T>

    InspectableObjectFieldCallback: (
        field: InspectableField<T>,
        context: InspectorContext,
        path: string,
        layout: InspectorFormLayoutSection,
        depth: number,
    ) => InspectorFieldBase

    The prototype for a callback that is invoked when a field for an InspectableObject is created.

    Type Parameters

    • T extends object

    Type Declaration