@cavell/kit API
    Preparing search index...

    Interface BlockTable

    interface BlockTable {
        caption?: string;
        cells: BlockTableCell[];
        marker?: string;
        source?: string;
        title?: string;
        type: "table";
    }

    Hierarchy

    • BlockBase
      • BlockTable
    Index
    caption?: string

    Section heading of the block within its source.

    marker?: string
    source?: string

    Publisher / collection the source belongs to.

    title?: string

    Source document title.

    type: "table"