Skip to content

TextareaControlLikeProps

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

Describe the minimum props supported by a multiline text inspector control.

optional help?: ReactNode

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


optional label?: ReactNode

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


optional onChange?: (value) => void

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

string

void


optional value?: string

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