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

interface CenteredPathParams {
    centerX?: any;
    centerY?: any;
}

Hierarchy (view full)

Properties

Properties

centerX?: any
centerY?: any