Skip to content

Latest commit

 

History

History
121 lines (61 loc) · 2.87 KB

DateYearEditorOptions.md

File metadata and controls

121 lines (61 loc) · 2.87 KB

@serenity-is/corelib / DateYearEditorOptions

Interface: DateYearEditorOptions

Extends

Properties

allowClear?

optional allowClear: boolean

Inherited from

SelectEditorOptions.allowClear

Defined in

src/ui/editors/comboboxeditor.tsx:16


delimited?

optional delimited: boolean

Inherited from

SelectEditorOptions.delimited

Defined in

src/ui/editors/comboboxeditor.tsx:17


descending?

optional descending: boolean

Defined in

src/ui/editors/dateyeareditor.ts:65


emptyOptionText?

optional emptyOptionText: string

Inherited from

SelectEditorOptions.emptyOptionText

Defined in

src/ui/editors/selecteditor.ts:42


items?

optional items: any[]

Inherited from

SelectEditorOptions.items

Defined in

src/ui/editors/selecteditor.ts:41


maxYear?

optional maxYear: string

Defined in

src/ui/editors/dateyeareditor.ts:64


minimumResultsForSearch?

optional minimumResultsForSearch: any

Inherited from

SelectEditorOptions.minimumResultsForSearch

Defined in

src/ui/editors/comboboxeditor.tsx:18


minYear?

optional minYear: string

Defined in

src/ui/editors/dateyeareditor.ts:63


multiple?

optional multiple: boolean

Inherited from

SelectEditorOptions.multiple

Defined in

src/ui/editors/comboboxeditor.tsx:19