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