Class InsertLineBrakeCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(isNewLineEnabled)
Constructs a new instance of the InsertLineBrakeCmdData
class
Declaration
constructor(isNewLineEnabled: boolean);
Parameters
Type | Name | Description |
---|---|---|
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. |