Interface

AttributeDowncastStrategy (list/list)

@ckeditor/ckeditor5-list/src/list/listediting

interface

The attribute to attribute downcast strategy for UL, OL, LI elements.

Filtering

Properties

  • attributeName : string

    The model attribute name.

  • scope : 'item' | 'list'

    The scope of the downcast (whether it applies to LI or OL/UL).

Methods