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

    A reference to a element in a Media Overlay (MO) SMIL file.

    interface IEpubSyncMediaTextRef {
        moContainerPath: number[];
        moNodeIndex: number;
        objectIndex: number;
        selector: string;
        type: EPUB_MEDIA_OVERLAY_TEXT;
    }

    Hierarchy (View Summary)

    Properties

    moContainerPath: number[]

    The node indexes to traverse from the MO document root node in order to reach the container <seq> node.

    moNodeIndex: number

    The node index within the container, selecting the <par> node.

    objectIndex: number

    Index into the timeline.mediaObjects array where the Media overlay XML resource can be found.

    selector: string

    The fragment identifier referencing the target element in the HTML/SVG reader document.