Class InsertTextCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(text, isNewLineEnabled)
Constructs a new instance of the InsertTextCmdData class
Declaration
constructor(text: string, isNewLineEnabled: boolean);Parameters
| Type | Name | Description | 
|---|---|---|
| string | text | |
| boolean | isNewLineEnabled | 
Properties
isNewLineEnabled
Indicates that new line insertion is enabled.
Declaration
isNewLineEnabled: boolean;Property Value
| Type | Description | 
|---|---|
| boolean | Indicates that new line insertion is enabled. | 
text
Text for insert.
Declaration
text: string;Property Value
| Type | Description | 
|---|---|
| string | Text for insert. |