Trilium Frontend API
    Preparing search index...

    Interface RevertData

    interface RevertData {
        attributes: Record<string, string | null>;
        bindings: (() => void)[][];
        children: RevertData[];
        text?: string;
    }
    Index

    Properties

    attributes: Record<string, string | null>
    bindings: (() => void)[][]
    children: RevertData[]
    text?: string