Skip to content

FieldControlRenderContext

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

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

components: InspectorComponentMap

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


field: EditorFieldDescriptor

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


optional help?: ReactNode

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


optional label?: ReactNode

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


optional max?: number

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


optional min?: number

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


onChange: (value) => void

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

unknown

void


optional options?: readonly InspectorSelectOption[]

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


optional step?: number

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


value: unknown

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