Interface QualityEventMap

The events fired by a Quality.

interface QualityEventMap {
    update: UpdateQualityEvent;
}

Properties

Properties

Fired when the quality updates.

Generated using TypeDoc