THEOplayer Web SDK
    Preparing search index...

    Interface ID3UrlLink

    Represents a URL link ID3 frame.

    interface ID3UrlLink {
        id: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The identifier of the frame.


    - Applicable values are "W000" to "WZZZ" and "W00" to "WZZ", excluding "WXX" and "WXXX".

    url: string

    The URL.