@jimka/typescript-ui / component/input / DatePickerDropdownOptions
Interface: DatePickerDropdownOptions
Defined in: src/typescript/lib/component/input/DatePickerDropdown.ts:174
Construction-time options for DatePickerDropdown.
Extends
Properties
animated?
optional animated: boolean;Defined in: src/typescript/lib/core/AnimatedDropdown.ts:28
When false, showAnimated / hideAnimated skip the transition. Default: true.
Inherited from
AnimatedDropdownOptions.animated
attributes?
optional attributes: Record<string, string>;Defined in: src/typescript/lib/core/Component.ts:102
Inherited from
AnimatedDropdownOptions.attributes
backgroundColor?
optional backgroundColor: string;Defined in: src/typescript/lib/core/Component.ts:81
Inherited from
AnimatedDropdownOptions.backgroundColor
backgroundImage?
optional backgroundImage: string;Defined in: src/typescript/lib/core/Component.ts:82
Inherited from
AnimatedDropdownOptions.backgroundImage
border?
optional border:
| string
| BorderOptions;Defined in: src/typescript/lib/core/Component.ts:85
Inherited from
AnimatedDropdownOptions.border
borderRadius?
optional borderRadius: string;Defined in: src/typescript/lib/core/Component.ts:86
Inherited from
AnimatedDropdownOptions.borderRadius
colorScheme?
optional colorScheme: string;Defined in: src/typescript/lib/core/Component.ts:84
Inherited from
AnimatedDropdownOptions.colorScheme
components?
optional components: (
| Component<ComponentOptions>
| ConstrainedComponent)[];Defined in: src/typescript/lib/core/Component.ts:103
Inherited from
AnimatedDropdownOptions.components
cursor?
optional cursor: string;Defined in: src/typescript/lib/core/Component.ts:89
Inherited from
AnimatedDropdownOptions.cursor
display?
optional display: string;Defined in: src/typescript/lib/core/Component.ts:97
Inherited from
AnimatedDropdownOptions.display
displayed?
optional displayed: boolean;Defined in: src/typescript/lib/core/Component.ts:77
Inherited from
AnimatedDropdownOptions.displayed
durationMs?
optional durationMs: number;Defined in: src/typescript/lib/core/AnimatedDropdown.ts:30
Fade duration in milliseconds. Default: 120.
Inherited from
AnimatedDropdownOptions.durationMs
foregroundColor?
optional foregroundColor: string;Defined in: src/typescript/lib/core/Component.ts:83
Inherited from
AnimatedDropdownOptions.foregroundColor
id?
optional id: string;Defined in: src/typescript/lib/core/Component.ts:101
Inherited from
insets?
optional insets: Insets;Defined in: src/typescript/lib/core/Component.ts:79
Inherited from
AnimatedDropdownOptions.insets
layoutManager?
optional layoutManager: LayoutManager;Defined in: src/typescript/lib/core/Component.ts:100
Inherited from
AnimatedDropdownOptions.layoutManager
maxSize?
optional maxSize: Size;Defined in: src/typescript/lib/core/Component.ts:92
Inherited from
AnimatedDropdownOptions.maxSize
minSize?
optional minSize: Size;Defined in: src/typescript/lib/core/Component.ts:91
Inherited from
AnimatedDropdownOptions.minSize
opacity?
optional opacity: number;Defined in: src/typescript/lib/core/Component.ts:95
Inherited from
AnimatedDropdownOptions.opacity
outline?
optional outline: string;Defined in: src/typescript/lib/core/Component.ts:88
Inherited from
AnimatedDropdownOptions.outline
overflow?
optional overflow: string;Defined in: src/typescript/lib/core/Component.ts:98
Inherited from
AnimatedDropdownOptions.overflow
padding?
optional padding: Insets;Defined in: src/typescript/lib/core/Component.ts:80
Inherited from
AnimatedDropdownOptions.padding
pointerEvents?
optional pointerEvents: string;Defined in: src/typescript/lib/core/Component.ts:99
Inherited from
AnimatedDropdownOptions.pointerEvents
position?
optional position: Position;Defined in: src/typescript/lib/core/Component.ts:96
Inherited from
AnimatedDropdownOptions.position
preferredSize?
optional preferredSize: Size;Defined in: src/typescript/lib/core/Component.ts:90
Inherited from
AnimatedDropdownOptions.preferredSize
shadow?
optional shadow: string;Defined in: src/typescript/lib/core/Component.ts:87
Inherited from
AnimatedDropdownOptions.shadow
tag?
optional tag: string;Defined in: src/typescript/lib/core/Component.ts:75
Inherited from
transform?
optional transform: string;Defined in: src/typescript/lib/core/Component.ts:93
Inherited from
AnimatedDropdownOptions.transform
translatePx?
optional translatePx: number;Defined in: src/typescript/lib/core/AnimatedDropdown.ts:32
Vertical translation distance in pixels for the entrance. Default: 4.
Inherited from
AnimatedDropdownOptions.translatePx
visible?
optional visible: boolean;Defined in: src/typescript/lib/core/Component.ts:76
Inherited from
AnimatedDropdownOptions.visible
willChange?
optional willChange: null | string;Defined in: src/typescript/lib/core/Component.ts:94
Inherited from
AnimatedDropdownOptions.willChange
zIndex?
optional zIndex: number;Defined in: src/typescript/lib/core/Component.ts:78