Skip to content

Commit 6e591f6

Browse files
jdelStrotherchrisn
authored andcommitted
playheadPadding should be optional in ViewOptions
1 parent 9c2e2e4 commit 6e591f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peaks.js.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ declare module 'peaks.js' {
9595
showPlayheadTime?: boolean;
9696
playheadTextColor?: string;
9797
playheadBackgroundColor?: string;
98-
playheadPadding: number;
98+
playheadPadding?: number;
9999
formatPlayheadTime?: FormatTimeFunction;
100100
timeLabelPrecision?: number;
101101
showAxisLabels?: boolean;

0 commit comments

Comments
 (0)