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

    Interface IMediaDetails

    interface IMediaDetails {
        authorName?: string;
        description?: string;
        id?: string;
        outcomes?: IOutcomes;
        thumbnails?: IMediaThumbnails;
        title: string;
    }
    Index

    Properties

    authorName?: string

    author name of the media

    description?: string

    Media description

    id?: string

    If provided will be used as the media identifier instead of obtaining it from the player Can be any unique id string

    outcomes?: IOutcomes

    If provided and Outcome related features are enabled and setup (such as Quizzes), Annoto will try to sync the outcomes to the 3d party system.

    thumbnails?: IMediaThumbnails

    Media thumbnail

    title: string

    Media Title