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

    The base type for all various EPUB CFI offset types.

    interface IEpubCfiOffsetNode {
        assertion: IEpubCfiAssertionNode;
        srcOffset?: number;
        type: OFFSET_CHARACTER | OFFSET_TEMPORAL | OFFSET_SPATIAL;
    }

    Hierarchy (View Summary)

    Properties

    The assertions associated with the offset if any.

    srcOffset?: number

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

    The type of offset.