Trilium Frontend API
    Preparing search index...

    Interface CallbackOptions

    Additional options for registering a callback.

    interface CallbackOptions {
        priority?: PriorityString;
    }
    Index

    Properties

    Properties

    priority?: PriorityString

    The priority of this event callback. The higher the priority value the sooner the callback will be fired. Events having the same priority are called in the order they were added.

    'normal'