NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

ListAttributeDowncastStrategy

Api-interface iconinterface

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

Properties

  • Chevron-right icon

    attributeName : string

    The model attribute name.

  • Chevron-right icon

    consume : boolean | undefined

    Whether the attribute should be consumed or this strategy is a side effect.

    Defaults to true

  • Chevron-right icon

    scope : 'item' | 'list'

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

Methods