MCPcopy
hub / github.com/bbc/peaks.js / GlobalSegmentDisplayOptions

Interface GlobalSegmentDisplayOptions

peaks.js.d.ts:79–82  ·  view source on GitHub ↗

* These options can only be set globally, and not separately for the * the zoomview and overview waveforms.

Source from the content-addressed store, hash-verified

77 */
78
79 interface GlobalSegmentDisplayOptions extends SegmentDisplayOptions {
80 waveformColor?: WaveformColor;
81 overlayColor?: string;
82 }
83
84 type FormatTimeFunction = (time: number) => string;
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected