Interface VerizonMediaRemoveAssetEvent

Fired when an asset is removed.

interface VerizonMediaRemoveAssetEvent {
    asset: VerizonMediaAsset;
    date: Date;
    type: "removeasset";
}

Hierarchy (view full)

  • Event<"removeasset">
    • VerizonMediaRemoveAssetEvent

Properties

Properties

The asset which has been removed.

date: Date

The creation date of the event.

type: "removeasset"

The type of the event.