Trilium Frontend API
    Preparing search index...

    Interface ObjCustomContent

    interface ObjCustomContent {
        domNodes?: any[];
        html?: string;
    }
    Index
    domNodes?: any[]
    html?: string