Skip to content

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

Interface: TextAreaOptions

Defined in: src/typescript/lib/component/input/TextArea.ts:13

Construction-time options for TextArea.

Extends

Properties

attributes?

ts
optional attributes: Record<string, string>;

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

Inherited from

TextInputOptions.attributes


autoComplete?

ts
optional autoComplete: string;

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

Inherited from

TextInputOptions.autoComplete


backgroundColor?

ts
optional backgroundColor: string;

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

Inherited from

TextInputOptions.backgroundColor


backgroundImage?

ts
optional backgroundImage: string;

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

Inherited from

TextInputOptions.backgroundImage


border?

ts
optional border: 
  | string
  | BorderOptions;

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

Inherited from

TextInputOptions.border


borderRadius?

ts
optional borderRadius: string;

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

Inherited from

TextInputOptions.borderRadius


colorScheme?

ts
optional colorScheme: string;

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

Inherited from

TextInputOptions.colorScheme


cols?

ts
optional cols: number;

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


components?

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

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

Inherited from

TextInputOptions.components


cursor?

ts
optional cursor: string;

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

Inherited from

TextInputOptions.cursor


display?

ts
optional display: string;

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

Inherited from

TextInputOptions.display


displayed?

ts
optional displayed: boolean;

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

Inherited from

TextInputOptions.displayed


foregroundColor?

ts
optional foregroundColor: string;

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

Inherited from

TextInputOptions.foregroundColor


id?

ts
optional id: string;

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

Inherited from

TextInputOptions.id


inputMode?

ts
optional inputMode: string;

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

Inherited from

TextInputOptions.inputMode


insets?

ts
optional insets: Insets;

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

Inherited from

TextInputOptions.insets


layoutManager?

ts
optional layoutManager: LayoutManager;

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

Inherited from

TextInputOptions.layoutManager


maxLength?

ts
optional maxLength: number;

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

Inherited from

TextInputOptions.maxLength


maxSize?

ts
optional maxSize: Size;

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

Inherited from

TextInputOptions.maxSize


minSize?

ts
optional minSize: Size;

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

Inherited from

TextInputOptions.minSize


name?

ts
optional name: string;

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

Inherited from

TextInputOptions.name


opacity?

ts
optional opacity: number;

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

Inherited from

TextInputOptions.opacity


outline?

ts
optional outline: string;

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

Inherited from

TextInputOptions.outline


overflow?

ts
optional overflow: string;

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

Inherited from

TextInputOptions.overflow


padding?

ts
optional padding: Insets;

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

Inherited from

TextInputOptions.padding


placeholder?

ts
optional placeholder: string;

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

Inherited from

TextInputOptions.placeholder


pointerEvents?

ts
optional pointerEvents: string;

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

Inherited from

TextInputOptions.pointerEvents


position?

ts
optional position: Position;

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

Inherited from

TextInputOptions.position


preferredSize?

ts
optional preferredSize: Size;

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

Inherited from

TextInputOptions.preferredSize


readOnly?

ts
optional readOnly: boolean;

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

Inherited from

TextInputOptions.readOnly


rows?

ts
optional rows: number;

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


shadow?

ts
optional shadow: string;

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

Inherited from

TextInputOptions.shadow


tag?

ts
optional tag: string;

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

Inherited from

TextInputOptions.tag


text?

ts
optional text: string;

Defined in: src/typescript/lib/component/input/TextInput.ts:13

Inherited from

TextInputOptions.text


textAlign?

ts
optional textAlign: string;

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

Inherited from

TextInputOptions.textAlign


transform?

ts
optional transform: string;

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

Inherited from

TextInputOptions.transform


visible?

ts
optional visible: boolean;

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

Inherited from

TextInputOptions.visible


willChange?

ts
optional willChange: null | string;

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

Inherited from

TextInputOptions.willChange


wrap?

ts
optional wrap: string;

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


zIndex?

ts
optional zIndex: number;

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

Inherited from

TextInputOptions.zIndex