list/listproperties/utils/config
module
Type Definitions
-
module:list/listproperties/utils/config~NormalizedListPropertiesConfig
Functions
-
getNormalizedConfig( config ) → NormalizedListPropertiesConfig
internalmodule:list/listproperties/utils/config~getNormalizedConfig
Normalizes
ListPropertiesConfig
in the configuration of the list properties feature. The structure of normalized list properties options looks as follows:{ styles: { listTypes: [ 'bulleted', 'numbered' ], useAttribute: false }, startIndex: true, reversed: true }
Parameters
config : ListPropertiesConfig
The list properties config.
Returns
NormalizedListPropertiesConfig
An object with normalized list properties options.