Skip to content

@jimka/typescript-ui / component/input / LabelOptions

Interface: LabelOptions

Defined in: src/typescript/lib/component/input/Label.ts:11

Construction-time options for Label.

Extends

Properties

attributes?

ts
optional attributes: Record<string, string>;

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

Inherited from

TextOptions.attributes


backgroundColor?

ts
optional backgroundColor: string;

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

Inherited from

TextOptions.backgroundColor


backgroundImage?

ts
optional backgroundImage: string;

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

Inherited from

TextOptions.backgroundImage


border?

ts
optional border: 
  | string
  | BorderOptions;

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

Inherited from

TextOptions.border


borderRadius?

ts
optional borderRadius: string;

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

Inherited from

TextOptions.borderRadius


colorScheme?

ts
optional colorScheme: string;

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

Inherited from

TextOptions.colorScheme


components?

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

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

Inherited from

TextOptions.components


cursor?

ts
optional cursor: string;

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

Inherited from

TextOptions.cursor


display?

ts
optional display: string;

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

Inherited from

TextOptions.display


displayed?

ts
optional displayed: boolean;

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

Inherited from

TextOptions.displayed


fontFamily?

ts
optional fontFamily: string;

Defined in: src/typescript/lib/component/input/Text.ts:18

Inherited from

TextOptions.fontFamily


fontKerning?

ts
optional fontKerning: string;

Defined in: src/typescript/lib/component/input/Text.ts:24

Inherited from

TextOptions.fontKerning


fontSize?

ts
optional fontSize: string | number;

Defined in: src/typescript/lib/component/input/Text.ts:19

Inherited from

TextOptions.fontSize


fontSizeAdjust?

ts
optional fontSizeAdjust: string;

Defined in: src/typescript/lib/component/input/Text.ts:25

Inherited from

TextOptions.fontSizeAdjust


fontStretch?

ts
optional fontStretch: string;

Defined in: src/typescript/lib/component/input/Text.ts:23

Inherited from

TextOptions.fontStretch


fontStyle?

ts
optional fontStyle: string;

Defined in: src/typescript/lib/component/input/Text.ts:21

Inherited from

TextOptions.fontStyle


fontVariant?

ts
optional fontVariant: string;

Defined in: src/typescript/lib/component/input/Text.ts:22

Inherited from

TextOptions.fontVariant


fontWeight?

ts
optional fontWeight: string;

Defined in: src/typescript/lib/component/input/Text.ts:20

Inherited from

TextOptions.fontWeight


foregroundColor?

ts
optional foregroundColor: string;

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

Inherited from

TextOptions.foregroundColor


id?

ts
optional id: string;

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

Inherited from

TextOptions.id


insets?

ts
optional insets: Insets;

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

Inherited from

TextOptions.insets


layoutManager?

ts
optional layoutManager: LayoutManager;

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

Inherited from

TextOptions.layoutManager


lineHeight?

ts
optional lineHeight: string | number;

Defined in: src/typescript/lib/component/input/Text.ts:26

Inherited from

TextOptions.lineHeight


maxSize?

ts
optional maxSize: Size;

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

Inherited from

TextOptions.maxSize


minSize?

ts
optional minSize: Size;

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

Inherited from

TextOptions.minSize


opacity?

ts
optional opacity: number;

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

Inherited from

TextOptions.opacity


outline?

ts
optional outline: string;

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

Inherited from

TextOptions.outline


overflow?

ts
optional overflow: string;

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

Inherited from

TextOptions.overflow


padding?

ts
optional padding: Insets;

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

Inherited from

TextOptions.padding


pointerEvents?

ts
optional pointerEvents: string;

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

Inherited from

TextOptions.pointerEvents


position?

ts
optional position: Position;

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

Inherited from

TextOptions.position


preferredSize?

ts
optional preferredSize: Size;

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

Inherited from

TextOptions.preferredSize


shadow?

ts
optional shadow: string;

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

Inherited from

TextOptions.shadow


tag?

ts
optional tag: string;

Defined in: src/typescript/lib/component/input/Text.ts:14

Inherited from

TextOptions.tag


text?

ts
optional text: string;

Defined in: src/typescript/lib/component/input/Text.ts:15

Inherited from

TextOptions.text


textAlign?

ts
optional textAlign: string;

Defined in: src/typescript/lib/component/input/Text.ts:16

Inherited from

TextOptions.textAlign


textOverflow?

ts
optional textOverflow: string;

Defined in: src/typescript/lib/component/input/Text.ts:27

Inherited from

TextOptions.textOverflow


textShadow?

ts
optional textShadow: string;

Defined in: src/typescript/lib/component/input/Text.ts:17

Inherited from

TextOptions.textShadow


transform?

ts
optional transform: string;

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

Inherited from

TextOptions.transform


visible?

ts
optional visible: boolean;

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

Inherited from

TextOptions.visible


whiteSpace?

ts
optional whiteSpace: string;

Defined in: src/typescript/lib/component/input/Text.ts:28

Inherited from

TextOptions.whiteSpace


willChange?

ts
optional willChange: null | string;

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

Inherited from

TextOptions.willChange


zIndex?

ts
optional zIndex: number;

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

Inherited from

TextOptions.zIndex