THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAddAssetEvent

    Fired when an asset is added.

    interface UplynkAddAssetEvent {
        asset: UplynkAsset;
        date: Date;
        type: "addasset";
    }

    Hierarchy (View Summary)

    • Event<"addasset">
      • UplynkAddAssetEvent
    Index

    Properties

    Properties

    The asset which has been added.

    date: Date

    The creation date of the event.

    type: "addasset"

    The type of the event.