Class SelectParagraphCmd
The command to select a paragraph relative to the current cursor position.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager, _initData)
Constructs a new instance of the SelectParagraphCmd class
Declaration
constructor(_textManager: ITextManager, _initData: SelectParagraphCmdData);Parameters
| Type | Name | Description | 
|---|---|---|
| ITextManager | _textManager | |
| SelectParagraphCmdData | _initData | 
Methods
execute()
Declaration
execute(): boolean;Returns
| Type | Description | 
|---|---|
| boolean |