Skip to content

TextControlLikeProps

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

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

optional help?: ReactNode

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


optional label?: ReactNode

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


optional max?: number

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


optional min?: number

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


optional onBlur?: () => void

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

void


optional onChange?: (value) => void

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

string

void


optional step?: number

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


optional type?: string

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


optional value?: string

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