Skip to main content

ListsHandler

Classes

ListsHandler

Implements

Constructors

Constructor
new ListsHandler(
itemsContext,
colorParser,
colorPreviewService,
listSettings): ListsHandler;
Parameters
ParameterType
itemsContextIItemsContext
colorParserIColorParser
colorPreviewServiceIColorPreviewService
listSettingsIListConfiguration
Returns

ListsHandler

Methods

applyList()
applyList(listType): Promise<void>;
Parameters
ParameterType
listTypeListType
Returns

Promise<void>

Implementation of

IListsHandler.applyList

isBulletedList()
isBulletedList(): boolean;
Returns

boolean

Implementation of

IListsHandler.isBulletedList

isNumberedList()
isNumberedList(): boolean;
Returns

boolean

Implementation of

IListsHandler.isNumberedList

Interfaces

IItemsContext

Properties

items
items: BaseTextItem[];
Was this page helpful?