Class DeleteTextCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(direction)
Constructs a new instance of the DeleteTextCmdData class
Declaration
constructor(direction: MoveDirectionType);
Parameters
| Type | Name | Description |
|---|---|---|
| MoveDirectionType | direction |
Properties
direction
Direction of text deletion.
Declaration
direction: MoveDirectionType;
Property Value
| Type | Description |
|---|---|
| MoveDirectionType | Direction of text deletion. |