Defines the Base parameters for every path function. At the moment no parameter is required, but it can change in the future.

interface EllipsePathParams {
    centerX?: any;
    centerY?: any;
    radiusX?: any;
    radiusY?: any;
}

Hierarchy (view full)

Properties

centerX?: any
centerY?: any
radiusX?: any
radiusY?: any