FieldControlRenderContext
Defined in: inspector-runtime-types.ts:209
Describe the resolved render context passed to custom field-control renderers.
Properties
Section titled “Properties”components
Section titled “components”components:
InspectorComponentMap
Defined in: inspector-runtime-types.ts:210
field:
EditorFieldDescriptor
Defined in: inspector-runtime-types.ts:211
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:212
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:213
optionalmax?:number
Defined in: inspector-runtime-types.ts:214
optionalmin?:number
Defined in: inspector-runtime-types.ts:215
onChange
Section titled “onChange”onChange: (
value) =>void
Defined in: inspector-runtime-types.ts:216
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”void
options?
Section titled “options?”
optionaloptions?: readonlyInspectorSelectOption[]
Defined in: inspector-runtime-types.ts:217
optionalstep?:number
Defined in: inspector-runtime-types.ts:218
value:
unknown
Defined in: inspector-runtime-types.ts:219