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

    Represents the seq element in epub media overlays.

    See https://www.w3.org/publishing/epub3/epub-mediaoverlays.html#sec-smil-seq-elem

    interface IMediaOverlaySeqNodeData {
        attributes: IAttributeData[];
        childNodes: INodeData[];
        children: (IMediaOverlayParNodeData | IMediaOverlaySeqNodeData)[];
        namespaceURI: string;
        nodeName: string;
        nodeType: XML_ELEMENT;
        prefix: string;
        textRef: string;
    }

    Hierarchy (View Summary)

    Properties

    attributes: IAttributeData[]

    The list of attributes defined on this element.

    childNodes: INodeData[]

    The child nodes of this element.

    The and/or nodes that should be played sequentially.

    namespaceURI: string
    nodeName: string

    The element name without any XML namespace prefix.

    nodeType: XML_ELEMENT
    prefix: string

    The namespace prefix used for this element.

    textRef: string

    The relative IRI reference [RFC3987] of the corresponding EPUB Content Document, including a fragment identifier that references the specific element.