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

    Describes a character offset within a EPUB CFI text step.

    interface IEpubCfiCharacterOffsetNode {
        assertion: IEpubCfiAssertionNode;
        characterOffset: number;
        srcOffset?: number;
        type: OFFSET_CHARACTER;
    }

    Hierarchy (View Summary)

    Properties

    The assertions associated with the offset if any.

    characterOffset: number

    The character offset within the text node.

    srcOffset?: number

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

    The type of offset.