Trilium Frontend API
    Preparing search index...

    Type Alias GetCallback<TEvent>

    GetCallback: (
        this: Emitter,
        ev: GetEventInfo<TEvent>,
        ...args: TEvent["args"],
    ) => void

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

    Type Parameters

    Type Declaration