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

    Describes the path to a target node within a document.

    interface IEpubCfiLocalPathNode {
        indirection: boolean;
        srcOffset?: number;
        steps: IEpubCfiStepNode[];
        type: LOCAL_PATH;
    }

    Hierarchy (View Summary)

    Properties

    indirection: boolean

    If this local path continues after an indirection

    srcOffset?: number

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

    The steps in the order as they are defined in the epubcfi string, except the last step. The first step in the

    The type of EPUB CFI node.