@wdprlib/parser
    Preparing search index...
    interface TableCellOpenResult {
        attrs: Record<string, string>;
        consumed: number;
        isHeader: boolean;
        pos: number;
        tagName: TableCellTagName;
    }
    Index

    Properties

    attrs: Record<string, string>
    consumed: number
    isHeader: boolean
    pos: number