Interface

AttributeDowncastStrategy (list/documentlist)

@ckeditor/ckeditor5-list/src/documentlist/documentlistediting

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

  • setAttributeOnDowncast( writer, value, element ) → void

    Sets the property on the view element.

    Parameters

    writer : DowncastWriter
    value : unknown
    element : Element

    Returns

    void