interface Ellipsoid3DPaint {
    color?: string | Expression;
    fill?: boolean;
    fillColor?: string | Expression;
    height: number;
    length: number;
    stroke?: boolean;
    strokeColor?: string | Expression;
    strokeWidth?: number | Expression;
    type: "ellipsoid";
    width: number;
}

Hierarchy (view full)

Properties

color?: string | Expression
fill?: boolean
fillColor?: string | Expression
height: number
length: number
stroke?: boolean
strokeColor?: string | Expression
strokeWidth?: number | Expression
type
width: number