Trilium Frontend API
    Preparing search index...

    Type Alias WatchdogErrorEvent

    Fired when a new module:utils/ckeditorerror~CKEditorError CKEditorError error connected to the watchdog instance occurs and the watchdog will react to it.

    watchdog.on( 'error', ( evt, { error, causesRestart } ) => {
    console.log( 'An error occurred.' );
    } );

    ~Watchdog#error

    type WatchdogErrorEvent = {
        args: [WatchdogErrorEventData];
        name: "error";
    }
    Index

    Properties

    Properties

    name: "error"