Typedef

ViewDocumentTodoCheckboxChangeEvent (list/todolist)

@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver

typedefobject

Fired when the to-do list checkbox is toggled.

Introduced by TodoCheckboxChangeObserver.

Note that this event is not available by default. To make it available, TodoCheckboxChangeObserver needs to be added to View by the addObserver method.

Filtering

Properties

  • args : tuple

  • name : 'todoCheckboxChange'

Fired by