Trilium Frontend API
    Preparing search index...

    Type Alias WatchdogErrorEventData

    The error event data.

    type WatchdogErrorEventData = {
        causesRestart: boolean;
        error: Error;
    }
    Index

    Properties

    Properties

    causesRestart: boolean
    error: Error