Trilium Frontend API
    Preparing search index...

    Type Alias GetCallbackOptions<TEvent>

    GetCallbackOptions: TEvent extends { callbackOptions: infer TOptions }
        ? TOptions & CallbackOptions
        : CallbackOptions

    Utility type that gets the callback options for the given event.

    Type Parameters