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

    Describes a temporal offset within a media element, and optionally spatial coordinates.

    interface IEpubCfiTemporalOffsetNode {
        assertion: IEpubCfiAssertionNode;
        seconds: number;
        srcOffset?: number;
        type: OFFSET_TEMPORAL;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Properties

    The assertions associated with the offset if any.

    seconds: number

    The time offset in seconds from the start of the media.

    srcOffset?: number

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

    The type of offset.

    x: number

    The x-coordinate as a value between 0 to 100. If specified, the y-coordinate must also be specified.

    y: number

    The y-coordinate as a value between 0 to 100. If specified, the x-coordinate must also be specified.