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

    Base interface used for all nodes in an EPUB CFI AST (Abstract syntax tree)

    interface IEpubCfiNode {
        srcOffset?: number;
        type: EpubCfiNodeType;
    }

    Hierarchy (View Summary)

    Properties

    srcOffset?: number

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

    The type of EPUB CFI node.