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

interface CirclePathParams {
    centerX?: any;
    centerY?: any;
    radius?: any;
}

Hierarchy (view full)

Properties

centerX?: any
centerY?: any
radius?: any