Class SetAlignmentCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(alignment)
Constructs a new instance of the SetAlignmentCmdData class
Declaration
constructor(alignment: TextAlignment);Parameters
| Type | Name | Description | 
|---|---|---|
| TextAlignment | alignment | 
Properties
alignment
Text alignment type.
Declaration
alignment: TextAlignment;Property Value
| Type | Description | 
|---|---|
| TextAlignment | Text alignment type. |