* These options can only be set globally, and not separately for the * the zoomview and overview waveforms.
| 77 | */ |
| 78 | |
| 79 | interface GlobalSegmentDisplayOptions extends SegmentDisplayOptions { |
| 80 | waveformColor?: WaveformColor; |
| 81 | overlayColor?: string; |
| 82 | } |
| 83 | |
| 84 | type FormatTimeFunction = (time: number) => string; |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected