Skip to content

TimelineMinimapProps

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

Properties

className?

optional className: string

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


height?

optional height: number

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

Strip height in CSS px.

Default

40

markerColor?

optional markerColor: string

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

Override the keyframe marker color.


style?

optional style: CSSProperties

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


tracks

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={...} />.


viewportColor?

optional viewportColor: string

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

Override the viewport rectangle color.