Angular TextArea Types

ChangeEvent

The type of the change event handler's argument.

import { ChangeEvent } from "devextreme/ui/text_area"
Type:

Object

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/text_area"
Type:

Object

CopyEvent

The type of the copy event handler's argument.

import { CopyEvent } from "devextreme/ui/text_area"
Type:

Object

CutEvent

The type of the cut event handler's argument.

import { CutEvent } from "devextreme/ui/text_area"
Type:

Object

Used in:

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/text_area"
Type:

Object

EnterKeyEvent

The type of the enterKey event handler's argument.

import { EnterKeyEvent } from "devextreme/ui/text_area"
Type:

Object

FocusInEvent

The type of the focusIn event handler's argument.

import { FocusInEvent } from "devextreme/ui/text_area"
Type:

Object

FocusOutEvent

The type of the focusOut event handler's argument.

import { FocusOutEvent } from "devextreme/ui/text_area"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/text_area"
Type:

Object

InputEvent

The type of the input event handler's argument.

import { InputEvent } from "devextreme/ui/text_area"
Type:

Object

KeyDownEvent

The type of the keyDown event handler's argument.

import { KeyDownEvent } from "devextreme/ui/text_area"
Type:

Object

KeyUpEvent

The type of the keyUp event handler's argument.

import { KeyUpEvent } from "devextreme/ui/text_area"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/text_area"
Type:

Object

PasteEvent

The type of the paste event handler's argument.

import { PasteEvent } from "devextreme/ui/text_area"
Type:

Object

TextBoxType

Specifies the text box type.

Accepted Values: 'email' | 'password' | 'search' | 'tel' | 'text' | 'url'

Used in:

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { ValueChangedEvent } from "devextreme/ui/text_area"
Type:

Object