Back to Website
Show / Hide Table of Contents

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.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback