interface BaseShapeTaskParams {
    fill?: string;
    shape?: string | Shapes;
    stroke?: string;
    strokeWidth?: any;
}

Hierarchy (view full)

Properties

fill?: string
shape?: string | Shapes
stroke?: string
strokeWidth?: any