Skip to content

SelectControlLikeProps

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

Describe the minimum props supported by a select-style inspector control.

optional help?: ReactNode

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


optional label?: ReactNode

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


optional onChange?: (value) => void

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

string

void


optional options?: readonly InspectorSelectOption[]

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


optional value?: string

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