@logseq/libs
    Preparing search index...

    Type Alias IBatchBlock

    type IBatchBlock = {
        children?: IBatchBlock[];
        content: string;
        properties?: Record<string, any>;
    }
    Index

    Properties

    children?: IBatchBlock[]
    content: string
    properties?: Record<string, any>

    @NOTE: not supported for DB graph