Skip to content

Commit

Permalink
playheadPadding should be optional in ViewOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelStrother authored Dec 4, 2023
1 parent 9c2e2e4 commit 950751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peaks.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ declare module 'peaks.js' {
showPlayheadTime?: boolean;
playheadTextColor?: string;
playheadBackgroundColor?: string;
playheadPadding: number;
playheadPadding?: number;
formatPlayheadTime?: FormatTimeFunction;
timeLabelPrecision?: number;
showAxisLabels?: boolean;
Expand Down

0 comments on commit 950751d

Please sign in to comment.