Module

list/legacytodolist/legacytodolistconverters

@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters

module

Filtering

Constants

  • dataViewModelCheckmarkInsertion : GetCallback<UpcastElementEvent>

    A view-to-model converter for the checkbox element inside a view list item.

    It changes the listType of the model listItem to a todo value. When a view checkbox element is marked as checked, an additional todoListChecked="true" attribute is added to the model item.

    It is used by DataController.

Functions