CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Variable optionalCommandNotFoundConst

    optionalCommandNotFound: CommandNotFoundErrorHandler = ...

    Suggested alternative catch handler, if a command is not found. It will trigger a debug log statement.

    ifCommand(editor, commandName)
    .then(handler)
    .catch(optionalCommandNotFound);

    error to ignore