Type Alias InspectableObjectFieldFilterCallback<T>

InspectableObjectFieldFilterCallback<T>: ((object: InspectableObject<T>, field: InspectableField<T>) => boolean)

The prototype for a callback that is invoked when a field is filtered. If the callback returns false, the field will not be added to the inspector.

Type Parameters

  • T extends object