|
|
@@ -12,6 +12,11 @@ import Command from '@ckeditor/ckeditor5-core/src/command';
|
|
|
const attributeKey = 'todoListChecked';
|
|
|
|
|
|
/**
|
|
|
+ * The to-do check command.
|
|
|
+ *
|
|
|
+ * The command is registered by the {@link module:list/todolistediting~TodoListEditing} as
|
|
|
+ * the `'todoListCheck'` editor command.
|
|
|
+ *
|
|
|
* @extends module:core/command~Command
|
|
|
*/
|
|
|
export default class TodoListCheckCommand extends Command {
|