RSX Code Reference
    Preparing search index...
    • rsx
    • Editor
    • InspectableObjectFieldFilterCallback

    Type Alias InspectableObjectFieldFilterCallback<T>

    InspectableObjectFieldFilterCallback: (
        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

    Type Declaration