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

interface LinePathParams {
    x0?: any;
    x1?: any;
    y0?: any;
    y1?: any;
}

Hierarchy (view full)

Properties

Properties

x0?: any
x1?: any
y0?: any
y1?: any