@serenity-is/corelib / DateYearEditorOptions
Interface: DateYearEditorOptions
Hierarchy
-
↳
DateYearEditorOptions
Table of contents
Properties
- allowClear
- delimited
- descending
- emptyOptionText
- items
- maxYear
- minYear
- minimumResultsForSearch
- multiple
Properties
allowClear
• Optional allowClear: boolean
Inherited from
SelectEditorOptions.allowClear
Defined in
src/ui/editors/select2editor.ts:13
delimited
• Optional delimited: boolean
Inherited from
Defined in
src/ui/editors/select2editor.ts:14
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:40
items
• Optional items: any[]
Inherited from
Defined in
src/ui/editors/selecteditor.ts:39
maxYear
• Optional maxYear: string
Defined in
src/ui/editors/dateyeareditor.ts:64
minYear
• Optional minYear: string
Defined in
src/ui/editors/dateyeareditor.ts:63
minimumResultsForSearch
• Optional minimumResultsForSearch: any
Inherited from
SelectEditorOptions.minimumResultsForSearch
Defined in
src/ui/editors/select2editor.ts:15
multiple
• Optional multiple: boolean