Class CreateBulletedListItemCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(paragraphIndex, bulletCharCode)
Constructs a new instance of the CreateBulletedListItemCmdData
class
Declaration
constructor(paragraphIndex: number, bulletCharCode: number);
Parameters
Type | Name | Description |
---|---|---|
number | paragraphIndex | |
number | bulletCharCode |
Properties
bulletCharCode
Character code used as 'bullet' (e.g., code 8225 used for “‡“).
Declaration
bulletCharCode: number;
Property Value
Type | Description |
---|---|
number | Character code used as 'bullet' (e.g., code 8225 used for “‡“). |
paragraphIndex
A paragraph index to create a list item.
Declaration
paragraphIndex: number;
Property Value
Type | Description |
---|---|
number | A paragraph index to create a list item. |