RSX Code Reference
Preparing search index...
rsx
Editor
InspectableObjectFieldCallback
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
(
field
:
InspectableField
<
T
>
,
context
:
InspectorContext
,
path
:
string
,
layout
:
InspectorFormLayoutSection
,
depth
:
number
,
)
:
InspectorFieldBase
Parameters
field
:
InspectableField
<
T
>
context
:
InspectorContext
path
:
string
layout
:
InspectorFormLayoutSection
depth
:
number
Returns
InspectorFieldBase
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
RSX Code Reference
Loading...
The prototype for a callback that is invoked when a field for an InspectableObject is created.