Skip to main content

ChangeCustomNumberingListCommand.getState(abstractNumberingListIndex) Method

Gets information about the command’s state.

Declaration

getState(
    abstractNumberingListIndex: number
): CommandState<ListLevelSettings[]>

Parameters

Name Type Description
abstractNumberingListIndex number

The index of the abstract numbering list item whose state to return.

Returns

Type Description
CommandState<ListLevelSettings[]>

An object that contains the command’s state.

Remarks

Usage example:

richEdit.commands.changeCustomNumberingList.getState(0);
See Also