From f9208fbcf12acb1c0d74ce4fe0bba6b6e17815c1 Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Tue, 3 Dec 2024 08:16:13 +0000 Subject: [PATCH] Updated TypeScript declarations --- peaks.js.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/peaks.js.d.ts b/peaks.js.d.ts index c9288669..39fd7cba 100644 --- a/peaks.js.d.ts +++ b/peaks.js.d.ts @@ -292,6 +292,10 @@ declare module 'peaks.js' { timeLabelPrecision?: number; /** Show or hide the time axis labels */ showAxisLabels?: boolean; + /** Height of the axis markers at the top of the waveform */ + axisTopMarkerHeight?: number; + /** Height of the axis markers at the top of the waveform */ + axisBottomMarkerHeight?: number; /** Returns a string for the axis label timestamps */ formatAxisTime?: FormatTimeFunction; /**