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