@jimka/typescript-ui / component/input / SpinButtonOptions
Interface: SpinButtonOptions
Defined in: src/typescript/lib/component/input/SpinButton.ts:21
Construction-time options for SpinButton.
Extends
Properties
attributes?
optional attributes: Record<string, string>;Defined in: src/typescript/lib/core/Component.ts:102
Inherited from
backgroundColor?
optional backgroundColor: string;Defined in: src/typescript/lib/core/Component.ts:81
Inherited from
backgroundImage?
optional backgroundImage: string;Defined in: src/typescript/lib/core/Component.ts:82
Inherited from
border?
optional border:
| string
| BorderOptions;Defined in: src/typescript/lib/core/Component.ts:85
Inherited from
borderRadius?
optional borderRadius: string;Defined in: src/typescript/lib/core/Component.ts:86
Inherited from
colorScheme?
optional colorScheme: string;Defined in: src/typescript/lib/core/Component.ts:84
Inherited from
components?
optional components: (
| Component<ComponentOptions>
| ConstrainedComponent)[];Defined in: src/typescript/lib/core/Component.ts:103
Inherited from
cursor?
optional cursor: string;Defined in: src/typescript/lib/core/Component.ts:89
Inherited from
display?
optional display: string;Defined in: src/typescript/lib/core/Component.ts:97
Inherited from
displayed?
optional displayed: boolean;Defined in: src/typescript/lib/core/Component.ts:77
Inherited from
enabled?
optional enabled: boolean;Defined in: src/typescript/lib/component/button/Button.ts:25
Inherited from
foregroundColor?
optional foregroundColor: string;Defined in: src/typescript/lib/core/Component.ts:83
Inherited from
glyph?
optional glyph: string;Defined in: src/typescript/lib/component/button/Button.ts:24
Inherited from
hoverBackgroundColor?
optional hoverBackgroundColor: string;Defined in: src/typescript/lib/component/button/Button.ts:32
Inherited from
ButtonOptions.hoverBackgroundColor
hoverBackgroundImage?
optional hoverBackgroundImage: string;Defined in: src/typescript/lib/component/button/Button.ts:33
Inherited from
ButtonOptions.hoverBackgroundImage
hoverBorder?
optional hoverBorder: BorderOptions;Defined in: src/typescript/lib/component/button/Button.ts:35
Inherited from
hoverBorderRadius?
optional hoverBorderRadius: string;Defined in: src/typescript/lib/component/button/Button.ts:36
Inherited from
ButtonOptions.hoverBorderRadius
hoverForegroundColor?
optional hoverForegroundColor: string;Defined in: src/typescript/lib/component/button/Button.ts:34
Inherited from
ButtonOptions.hoverForegroundColor
hoverShadow?
optional hoverShadow: string;Defined in: src/typescript/lib/component/button/Button.ts:37
Inherited from
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
layoutManager?
optional layoutManager: LayoutManager;Defined in: src/typescript/lib/core/Component.ts:100
Inherited from
maxSize?
optional maxSize: Size;Defined in: src/typescript/lib/core/Component.ts:92
Inherited from
minSize?
optional minSize: Size;Defined in: src/typescript/lib/core/Component.ts:91
Inherited from
opacity?
optional opacity: number;Defined in: src/typescript/lib/core/Component.ts:95
Inherited from
outline?
optional outline: string;Defined in: src/typescript/lib/core/Component.ts:88
Inherited from
overflow?
optional overflow: string;Defined in: src/typescript/lib/core/Component.ts:98
Inherited from
padding?
optional padding: Insets;Defined in: src/typescript/lib/core/Component.ts:80
Inherited from
pointerEvents?
optional pointerEvents: string;Defined in: src/typescript/lib/core/Component.ts:99
Inherited from
position?
optional position: Position;Defined in: src/typescript/lib/core/Component.ts:96
Inherited from
preferredSize?
optional preferredSize: Size;Defined in: src/typescript/lib/core/Component.ts:90
Inherited from
pressedBackgroundColor?
optional pressedBackgroundColor: string;Defined in: src/typescript/lib/component/button/Button.ts:26
Inherited from
ButtonOptions.pressedBackgroundColor
pressedBackgroundImage?
optional pressedBackgroundImage: string;Defined in: src/typescript/lib/component/button/Button.ts:27
Inherited from
ButtonOptions.pressedBackgroundImage
pressedBorder?
optional pressedBorder: BorderOptions;Defined in: src/typescript/lib/component/button/Button.ts:29
Inherited from
pressedBorderRadius?
optional pressedBorderRadius: string;Defined in: src/typescript/lib/component/button/Button.ts:30
Inherited from
ButtonOptions.pressedBorderRadius
pressedForegroundColor?
optional pressedForegroundColor: string;Defined in: src/typescript/lib/component/button/Button.ts:28
Inherited from
ButtonOptions.pressedForegroundColor
pressedShadow?
optional pressedShadow: string;Defined in: src/typescript/lib/component/button/Button.ts:31
Inherited from
shadow?
optional shadow: string;Defined in: src/typescript/lib/core/Component.ts:87
Inherited from
tag?
optional tag: string;Defined in: src/typescript/lib/core/Component.ts:75
Inherited from
text?
optional text: string;Defined in: src/typescript/lib/component/button/Button.ts:23
Inherited from
transform?
optional transform: string;Defined in: src/typescript/lib/core/Component.ts:93
Inherited from
visible?
optional visible: boolean;Defined in: src/typescript/lib/core/Component.ts:76
Inherited from
willChange?
optional willChange: null | string;Defined in: src/typescript/lib/core/Component.ts:94
Inherited from
zIndex?
optional zIndex: number;Defined in: src/typescript/lib/core/Component.ts:78