Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IPlayerConfig<P>

    interface IPlayerConfig<P = unknown> {
        adaptorApi?: IPlayerAdaptorApi;
        element: string | HTMLElement;
        type: PlayerType;
    }

    Type Parameters

    • P = unknown
    Index

    Properties

    adaptorApi?: IPlayerAdaptorApi

    Player adaptor API required for the custom player type

    element: string | HTMLElement

    dom element of the player or selector string to be used in document.querySelector()

    One of the player types