Skip to content

TextControlLikeProps

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

Describe the minimum props supported by a single-line text inspector control.

optional help?: ReactNode

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


optional label?: ReactNode

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


optional max?: number

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


optional min?: number

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


optional onBlur?: () => void

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

void


optional onChange?: (value) => void

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

string

void


optional step?: number

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


optional type?: string

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


optional value?: string

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