list/documentlistproperties/utils/style
@ckeditor/ckeditor5-list/src/documentlistproperties/utils/style
module
Filtering
Functions
-
getAllSupportedStyleTypes() → Array<string>module:list/documentlistproperties/utils/style~getAllSupportedStyleTypes -
getListStyleTypeFromTypeAttribute( value ) → string | nullmodule:list/documentlistproperties/utils/style~getListStyleTypeFromTypeAttributeConverts
typeattribute of<ul>or<ol>elements tolist-style-typeequivalent.Parameters
value : string
Returns
string | null
-
getListTypeFromListStyleType( listStyleType ) → 'bulleted' | 'numbered' | nullmodule:list/documentlistproperties/utils/style~getListTypeFromListStyleTypeChecks whether the given list-style-type is supported by numbered or bulleted list.
Parameters
listStyleType : string
Returns
'bulleted' | 'numbered' | null
-
getTypeAttributeFromListStyleType( value ) → string | nullmodule:list/documentlistproperties/utils/style~getTypeAttributeFromListStyleTypeConverts
list-style-typestyle totypeattribute of<ul>or<ol>elements.Parameters
value : string
Returns
string | null
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.