interface CurvePathJSON {
    arcLengthDivisions: number;
    autoClose: boolean;
    curves: CurveJSON[];
    metadata: {
        generator: string;
        type: string;
        version: number;
    };
    type: string;
}

Hierarchy (view full)

Properties

arcLengthDivisions: number
autoClose: boolean
curves: CurveJSON[]
metadata: {
    generator: string;
    type: string;
    version: number;
}
type: string