@vivliostyle/core
    Preparing search index...

    Type Alias Position

    type Position = {
        after: boolean;
        node: Node;
        offset: number;
        ref: Fragment;
        sideBias: string | null;
    }
    Index

    Properties

    after: boolean
    node: Node
    offset: number
    sideBias: string | null