@vivliostyle/core
    Preparing search index...

    Type Alias BrokenTableCellPosition

    type BrokenTableCellPosition = {
        breakChunkPosition: Vtree.ChunkPosition;
        cell: TableCell;
        cellNodePosition: Vtree.NodePosition;
    }
    Index

    Properties

    breakChunkPosition: Vtree.ChunkPosition
    cell: TableCell
    cellNodePosition: Vtree.NodePosition