Class SetCursorCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(point)
Constructs a new instance of the SetCursorCmdData class
Declaration
constructor(point: IPoint);Parameters
| Type | Name | Description | 
|---|---|---|
| IPoint | point | 
Properties
point
The destination point for the cursor.
Declaration
point: IPoint;Property Value
| Type | Description | 
|---|---|
| IPoint | The destination point for the cursor. |