wdpr
    Preparing search index...

    Interface TableCell

    A single table cell (|| delimited).

    interface TableCell {
        align: Alignment | null;
        attributes: AttributeMap;
        "column-span": number;
        elements: Element[];
        header: boolean;
    }
    Index

    Properties

    align: Alignment | null

    Explicit alignment, or null for default

    attributes: AttributeMap
    "column-span": number

    Number of columns this cell spans (via || count)

    elements: Element[]
    header: boolean

    true if this cell is a header cell (||~)