Class IncreaseListItemIndentCmd
The command to increase the indent of list items by paragraph indexes.
Package: @aurigma/design-atoms-text
Remarks
if paragraphs indexes are not specified, then the current selection (or cursor position) is used.
Constructors
(constructor)(_textManager, _initData)
Constructs a new instance of the IncreaseListItemIndentCmd class
Declaration
constructor(_textManager: ITextManager, _initData: IncreaseListItemIndentData);Parameters
| Type | Name | Description | 
|---|---|---|
| ITextManager | _textManager | |
| IncreaseListItemIndentData | _initData | 
Methods
execute()
Declaration
execute(): boolean;Returns
| Type | Description | 
|---|---|
| boolean |