Class ListsHandler
Constructors
(constructor)(itemsContext, colorParser, colorPreviewService, listSettings)
Constructs a new instance of the ListsHandler class
Declaration
constructor(itemsContext: IItemsContext, colorParser: IColorParser, colorPreviewService: IColorPreviewService, listSettings: IListConfiguration);
Parameters
Methods
applyList(listType)
Declaration
applyList(listType: ListType): Promise<void>;
Parameters
| Type |
Name |
Description |
| IFontRegistry |
listType |
|
Returns
| Type |
Description |
| Promise<void> |
|
isBulletedList()
Declaration
isBulletedList(): boolean;
Returns
isNumberedList()
Declaration
isNumberedList(): boolean;
Returns