RSX Code Reference
    Preparing search index...

    Type Alias InspectorOverrideCallback

    InspectorOverrideCallback: (
        property: InspectableProperty,
        context: InspectorContext,
        path: string,
        fieldLayout: InspectorFormLayoutSection,
        depth: number,
    ) => InspectorFieldBase

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

    Type Declaration