Skip to main content

RenderOptions

@fovea/annotation-tool


@fovea/annotation-tool / TimelineRenderer / RenderOptions

Interface: RenderOptions

Defined in: src/components/annotation/TimelineRenderer.ts:13

RenderOptions

Description

Configuration options for timeline rendering.

Properties

currentFrame

currentFrame: number

Defined in: src/components/annotation/TimelineRenderer.ts:15


interpolationSegments

interpolationSegments: InterpolationSegment[]

Defined in: src/components/annotation/TimelineRenderer.ts:17


keyframes

keyframes: BoundingBox[]

Defined in: src/components/annotation/TimelineRenderer.ts:16


theme

theme: object

Defined in: src/components/annotation/TimelineRenderer.ts:19

backgroundColor

backgroundColor: string

dividerColor

dividerColor: string

errorMain

errorMain: string

primaryLight

primaryLight: string

primaryMain

primaryMain: string

textColor

textColor: string

textSecondary

textSecondary: string


totalFrames

totalFrames: number

Defined in: src/components/annotation/TimelineRenderer.ts:14


zoom

zoom: number

Defined in: src/components/annotation/TimelineRenderer.ts:18