Interface ChromecastErrorEvent

Fired when an event occurs.

interface ChromecastErrorEvent {
    date: Date;
    error: ChromecastError;
    subType: CHROMECAST_ERROR;
    type: CAST_EVENT;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

The type of the event.