TimelineMinimapProps
Defined in: src/components/editor/Timeline/Timeline.types.ts:367
Properties
className?
optionalclassName:string
Defined in: src/components/editor/Timeline/Timeline.types.ts:379
height?
optionalheight:number
Defined in: src/components/editor/Timeline/Timeline.types.ts:374
Strip height in CSS px.
Default
40markerColor?
optionalmarkerColor:string
Defined in: src/components/editor/Timeline/Timeline.types.ts:376
Override the keyframe marker color.
style?
optionalstyle: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?
optionalviewportColor:string
Defined in: src/components/editor/Timeline/Timeline.types.ts:378
Override the viewport rectangle color.