THEOplayer Web SDK
    Preparing search index...

    Interface UplynkRemoveAssetEvent

    Fired when an asset is removed.

    interface UplynkRemoveAssetEvent {
        asset: UplynkAsset;
        date: Date;
        type: "removeasset";
    }

    Hierarchy (View Summary)

    • Event<"removeasset">
      • UplynkRemoveAssetEvent
    Index

    Properties

    Properties

    The asset which has been removed.

    date: Date

    The creation date of the event.

    type: "removeasset"

    The type of the event.