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