Skip to content

FieldControlRenderContext

Defined in: inspector-runtime-types.ts:208

Describe the resolved render context passed to custom field-control renderers.

components: InspectorComponentMap

Defined in: inspector-runtime-types.ts:209


field: EditorFieldDescriptor

Defined in: inspector-runtime-types.ts:210


optional help?: ReactNode

Defined in: inspector-runtime-types.ts:211


optional label?: ReactNode

Defined in: inspector-runtime-types.ts:212


optional max?: number

Defined in: inspector-runtime-types.ts:213


optional min?: number

Defined in: inspector-runtime-types.ts:214


onChange: (value) => void

Defined in: inspector-runtime-types.ts:215

unknown

void


optional options?: readonly InspectorSelectOption[]

Defined in: inspector-runtime-types.ts:216


optional step?: number

Defined in: inspector-runtime-types.ts:217


value: unknown

Defined in: inspector-runtime-types.ts:218