Skip to content

SelectControlLikeProps

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

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

optional help?: ReactNode

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


optional label?: ReactNode

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


optional onChange?: (value) => void

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

string

void


optional options?: readonly InspectorSelectOption[]

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


optional value?: string

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