Skip to content

@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?

ts
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?

ts
optional attributes: Record<string, string>;

Defined in: src/typescript/lib/core/Component.ts:102

Inherited from

AnimatedDropdownOptions.attributes


backgroundColor?

ts
optional backgroundColor: string;

Defined in: src/typescript/lib/core/Component.ts:81

Inherited from

AnimatedDropdownOptions.backgroundColor


backgroundImage?

ts
optional backgroundImage: string;

Defined in: src/typescript/lib/core/Component.ts:82

Inherited from

AnimatedDropdownOptions.backgroundImage


border?

ts
optional border: 
  | string
  | BorderOptions;

Defined in: src/typescript/lib/core/Component.ts:85

Inherited from

AnimatedDropdownOptions.border


borderRadius?

ts
optional borderRadius: string;

Defined in: src/typescript/lib/core/Component.ts:86

Inherited from

AnimatedDropdownOptions.borderRadius


colorScheme?

ts
optional colorScheme: string;

Defined in: src/typescript/lib/core/Component.ts:84

Inherited from

AnimatedDropdownOptions.colorScheme


components?

ts
optional components: (
  | Component<ComponentOptions>
  | ConstrainedComponent)[];

Defined in: src/typescript/lib/core/Component.ts:103

Inherited from

AnimatedDropdownOptions.components


cursor?

ts
optional cursor: string;

Defined in: src/typescript/lib/core/Component.ts:89

Inherited from

AnimatedDropdownOptions.cursor


display?

ts
optional display: string;

Defined in: src/typescript/lib/core/Component.ts:97

Inherited from

AnimatedDropdownOptions.display


displayed?

ts
optional displayed: boolean;

Defined in: src/typescript/lib/core/Component.ts:77

Inherited from

AnimatedDropdownOptions.displayed


durationMs?

ts
optional durationMs: number;

Defined in: src/typescript/lib/core/AnimatedDropdown.ts:30

Fade duration in milliseconds. Default: 120.

Inherited from

AnimatedDropdownOptions.durationMs


foregroundColor?

ts
optional foregroundColor: string;

Defined in: src/typescript/lib/core/Component.ts:83

Inherited from

AnimatedDropdownOptions.foregroundColor


id?

ts
optional id: string;

Defined in: src/typescript/lib/core/Component.ts:101

Inherited from

AnimatedDropdownOptions.id


insets?

ts
optional insets: Insets;

Defined in: src/typescript/lib/core/Component.ts:79

Inherited from

AnimatedDropdownOptions.insets


layoutManager?

ts
optional layoutManager: LayoutManager;

Defined in: src/typescript/lib/core/Component.ts:100

Inherited from

AnimatedDropdownOptions.layoutManager


maxSize?

ts
optional maxSize: Size;

Defined in: src/typescript/lib/core/Component.ts:92

Inherited from

AnimatedDropdownOptions.maxSize


minSize?

ts
optional minSize: Size;

Defined in: src/typescript/lib/core/Component.ts:91

Inherited from

AnimatedDropdownOptions.minSize


opacity?

ts
optional opacity: number;

Defined in: src/typescript/lib/core/Component.ts:95

Inherited from

AnimatedDropdownOptions.opacity


outline?

ts
optional outline: string;

Defined in: src/typescript/lib/core/Component.ts:88

Inherited from

AnimatedDropdownOptions.outline


overflow?

ts
optional overflow: string;

Defined in: src/typescript/lib/core/Component.ts:98

Inherited from

AnimatedDropdownOptions.overflow


padding?

ts
optional padding: Insets;

Defined in: src/typescript/lib/core/Component.ts:80

Inherited from

AnimatedDropdownOptions.padding


pointerEvents?

ts
optional pointerEvents: string;

Defined in: src/typescript/lib/core/Component.ts:99

Inherited from

AnimatedDropdownOptions.pointerEvents


position?

ts
optional position: Position;

Defined in: src/typescript/lib/core/Component.ts:96

Inherited from

AnimatedDropdownOptions.position


preferredSize?

ts
optional preferredSize: Size;

Defined in: src/typescript/lib/core/Component.ts:90

Inherited from

AnimatedDropdownOptions.preferredSize


shadow?

ts
optional shadow: string;

Defined in: src/typescript/lib/core/Component.ts:87

Inherited from

AnimatedDropdownOptions.shadow


tag?

ts
optional tag: string;

Defined in: src/typescript/lib/core/Component.ts:75

Inherited from

AnimatedDropdownOptions.tag


transform?

ts
optional transform: string;

Defined in: src/typescript/lib/core/Component.ts:93

Inherited from

AnimatedDropdownOptions.transform


translatePx?

ts
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?

ts
optional visible: boolean;

Defined in: src/typescript/lib/core/Component.ts:76

Inherited from

AnimatedDropdownOptions.visible


willChange?

ts
optional willChange: null | string;

Defined in: src/typescript/lib/core/Component.ts:94

Inherited from

AnimatedDropdownOptions.willChange


zIndex?

ts
optional zIndex: number;

Defined in: src/typescript/lib/core/Component.ts:78

Inherited from

AnimatedDropdownOptions.zIndex