Trilium Backend API
    Preparing search index...

    Interface CancelTokenStatic

    interface CancelTokenStatic {
        new CancelTokenStatic(executor: (cancel: Canceler) => void): CancelToken;
        source(): CancelTokenSource;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods