Skip to main content

ILabeledSelectFormInputProps

geovisto-mapReadme | API


geovisto-map / ILabeledSelectFormInputProps

Interface: ILabeledSelectFormInputProps

This interface declares specification of a form input props model.

Author

Jiri Hynek

Extends

Properties

label

label: string

Source

model/types/inputs/labeled/select/ILabeledSelectFormInputProps.ts:9


onChangeAction

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

Inherited from

ISelectFormInputProps.onChangeAction

Source

model/types/inputs/basic/select/ISelectFormInputProps.ts:9


options

options: string[]

Inherited from

ISelectFormInputProps.options

Source

model/types/inputs/basic/select/ISelectFormInputProps.ts:10