Class CreateBulletedListItemCmd
The command to create a new list with the first item by paragraph index.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager, _initData)
Constructs a new instance of the CreateBulletedListItemCmd
class
Declaration
constructor(_textManager: ITextManager, _initData: CreateBulletedListItemCmdData);
Parameters
Type | Name | Description |
---|---|---|
ITextManager | _textManager | |
CreateBulletedListItemCmdData | _initData |
Methods
execute()
Declaration
execute(): boolean;
Returns
Type | Description |
---|---|
boolean |