Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Describes a full parent path, range start or range end path.

    interface IEpubCfiPathNode {
        complete: boolean;
        localPaths: IEpubCfiLocalPathNode[];
        offset: IEpubCfiOffsetNode;
        srcOffset?: number;
        type: PATH;
    }

    Hierarchy (View Summary)

    Properties

    complete: boolean

    If this path was completely parsed to the end. Can be false if an unexpected token was found while parsing the path.

    localPaths: IEpubCfiLocalPathNode[]

    The local paths that are part of this path.

    The terminal offset of this path.

    srcOffset?: number

    The character offset within the source EPUB CFI string corresponding to this node.

    type: PATH

    The type of EPUB CFI node.