Type Alias InspectableObjectFieldCallback<T>

InspectableObjectFieldCallback<T>: ((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