Skip to content

TextareaControlLikeProps

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

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

optional help?: ReactNode

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


optional label?: ReactNode

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


optional onChange?: (value) => void

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

string

void


optional value?: string

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