MultiLevelListDefinition
interface
Multi-level list definition config. It allows to define custom multi-level list configurations.
Properties
-
className : string
module:list-multi-level/multilevellist~MultiLevelListDefinition#className
The name of the CSS class to add to the list element.
-
listMarkerStyle : string
module:list-multi-level/multilevellist~MultiLevelListDefinition#listMarkerStyle
The name of the list marker style. This is used as a parameter when the command is executed.
-
module:list-multi-level/multilevellist~MultiLevelListDefinition#listMarkers
An array of definitions for a multi-level list. Each definition represents a list indentation level, starting from 0.
-
listType : 'customNumbered' | 'customBulleted'
module:list-multi-level/multilevellist~MultiLevelListDefinition#listType
The type of multi-level list.