Interface

ClipDoubleClickDetails

Details passed to a clip double-click or double-tap callback.

Signature

Type Definition
Interface ClipDoubleClickDetails

Properties

NameSignatureDescription
engineengine: TimelineEngineTimeline engine owning the hit clip.
eventevent: PointerEvent<HTMLDivElement>Original pointer event.
timetime: RationalTimeTimeline time under the pointer.
viewportXviewportX: numberPointer X in timeline viewport coordinates.
viewportYviewportY: numberPointer Y in timeline viewport coordinates, including the ruler area.