MCPcopy Create free account
hub / github.com/code100x/cms / ZoomIndicator

Interface ZoomIndicator

src/components/VideoPlayer2.tsx:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43interface ZoomIndicator extends HTMLDivElement {
44 timeoutId?: ReturnType<typeof setTimeout>;
45}
46
47const PLAYBACK_RATES: number[] = [0.5, 1, 1.25, 1.5, 1.75, 2];
48const VOLUME_LEVELS: number[] = [0, 0.2, 0.4, 0.6, 0.8, 1.0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected