Class AddListItemCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(previousListItemIndex)
Constructs a new instance of the AddListItemCmdData class
Declaration
constructor(previousListItemIndex: number);Parameters
| Type | Name | Description | 
|---|---|---|
| number | previousListItemIndex | 
Properties
previousListItemIndex
The paragraph index of the the previous list item.
Declaration
previousListItemIndex: number;Property Value
| Type | Description | 
|---|---|
| number | The paragraph index of the the previous list item. |