@vivliostyle/core
    Preparing search index...

    Interface ChunkPosition

    interface ChunkPosition {
        floats: Vtree.NodePosition[];
        primary: Vtree.NodePosition;
        clone(): Vtree.ChunkPosition;
        isSamePosition(other: Vtree.ChunkPosition): boolean;
    }

    Implemented by

    Index

    Properties

    Methods