Skip to content
Entangle UI v0.13.0

TimelineMinimapProps

Defined in: src/components/editor/Timeline/Timeline.types.ts:367

optional className?: string

Defined in: src/components/editor/Timeline/Timeline.types.ts:379


optional height?: number

Defined in: src/components/editor/Timeline/Timeline.types.ts:374

Strip height in CSS px.

40

optional markerColor?: string

Defined in: src/components/editor/Timeline/Timeline.types.ts:376

Override the keyframe marker color.


optional style?: CSSProperties

Defined in: src/components/editor/Timeline/Timeline.types.ts:380


tracks: readonly TimelineTrack[]

Defined in: src/components/editor/Timeline/Timeline.types.ts:372

Tracks to summarize as keyframe markers in the minimap. Pass the same array you pass to <Timeline tracks={...} />.


optional viewportColor?: string

Defined in: src/components/editor/Timeline/Timeline.types.ts:378

Override the viewport rectangle color.