Skip to main content

ILabeledTextFormInputProps

geovisto-mapReadme | API


geovisto-map / ILabeledTextFormInputProps

Interface: ILabeledTextFormInputProps

This interface declares specification of a form input props model.

Author

Jiri Hynek

Extends

Properties

label

label: string

Source

model/types/inputs/labeled/text/ILabeledTextFormInputProps.ts:9


onChangeAction

onChangeAction: null | (this, ev) => unknown

Inherited from

ITextFormInputProps.onChangeAction

Source

model/types/inputs/basic/text/ITextFormInputProps.ts:9


type?

optional type: string

Inherited from

ITextFormInputProps.type

Source

model/types/inputs/basic/text/ITextFormInputProps.ts:10