Interface IHasDuration

A hit object that ends at a different time than its start time.

interface IHasDuration {
    duration: number;
    endTime: number;
}

Hierarchy (view full)

Properties

Properties

duration: number

The duration of the hit object.

endTime: number

The time at which the hit object ends.