Interface UpdateQualityEvent

Fired when the quality updates.

interface UpdateQualityEvent {
    date: Date;
    quality: Quality;
    type: "update";
}

Hierarchy (view full)

  • Event<"update">
    • UpdateQualityEvent

Properties

Properties

date: Date

The creation date of the event.

quality: Quality

The quality which has been updated.

type: "update"

The type of the event.

Generated using TypeDoc