Class DecreaseListItemIndentCmd
The command to decrease 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 DecreaseListItemIndentCmd
class
Declaration
constructor(_textManager: ITextManager, _initData: DecreaseListItemIndentData);
Parameters
Type | Name | Description |
---|---|---|
ITextManager | _textManager | |
DecreaseListItemIndentData | _initData |
Methods
execute()
Declaration
execute(): boolean;
Returns
Type | Description |
---|---|
boolean |