Static
defaultProps
defaultProps: {
at: string;
bg: {
fill: string;
padding: { bottom: number; left: number; right: number; top: number };
stroke: string;
strokeWidth: number;
};
drawCoordinate: (
ctx: CanvasRenderingContext2D,
shape: any,
props: MouseCoordinateXV2Props,
moreProps: any,
) => void;
dx: number;
dy: number;
orient: string;
text: {
fill: string;
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: string;
};
xPosition: (props: MouseCoordinateXV2Props, moreProps: any) => any;
} = ...
value of the parent Context specified in
contextType
.