@karmaniverous/jeeves-watcher
    Preparing search index...

    Interface JeevesWatcherRuntimeOptions

    Runtime options for JeevesWatcher that aren't serializable in config.

    interface JeevesWatcherRuntimeOptions {
        onFatalError?: (error: unknown) => void;
    }
    Index

    Properties

    Properties

    onFatalError?: (error: unknown) => void

    Callback invoked on unrecoverable system error. If not set, throws.