Static
defaultProps
defaultProps: {
absoluteChange: (d: any) => any;
bins: number;
bySession: boolean;
fill: (
__namedParameters: { type: "up" | "down"; width: number },
) => "rgba(38, 166, 154, 0.5)" | "rgba(239, 83, 80, 0.5)";
maxProfileWidthPercent: number;
orient: string;
partialEndOK: boolean;
partialStartOK: boolean;
sessionBackground: string;
sessionStart: (__namedParameters: any) => boolean;
showSessionBackground: boolean;
source: (d: any) => any;
stroke: string;
volume: (d: any) => any;
} = ...
value of the parent Context specified in
contextType
.