Interface IListsHandler
Package: @aurigma/design-atoms
Methods
applyList(listType)
Declaration
applyList(listType: ListType): void;
Parameters
| Type | Name | Description |
|---|---|---|
| IFontRegistry | listType |
Returns
| Type | Description |
|---|---|
| void |
isBulletedList()
Declaration
isBulletedList(): boolean;
Returns
| Type | Description |
|---|---|
| boolean |
isNumberedList()
Declaration
isNumberedList(): boolean;
Returns
| Type | Description |
|---|---|
| boolean |