Interface

UseTimelineTrackDropTargetsOptions

Options accepted by `useTimelineTrackDropTargets`.

Signature

Type Definition
Interface UseTimelineTrackDropTargetsOptions

Type parameters

NameConstraintDefaultDescription
TrackKindNonestringNo type parameter summary yet.

Properties

NameSignatureDescription
canDropClipOnTrack?canDropClipOnTrack?: TimelineTrackDropGuard<TrackKind>Optional app policy for accepting, rejecting, or expanding drop targets.
collapsedTrackHeight?collapsedTrackHeight?: numberCollapsed track height in pixels.
edgeThreshold?edgeThreshold?: numberMouse/pen edge hit threshold in pixels.
rulerHeight?rulerHeight?: numberHeight of the top ruler region in pixels.
touchEdgeThreshold?touchEdgeThreshold?: numberTouch edge hit threshold in pixels.
trackHeight?trackHeight?: numberDefault expanded track height in pixels.
viewportWidth?viewportWidth?: numberViewport width in CSS pixels. Defaults to the engine viewport width.