interface LineShapeTaskParams {
    direction?: any;
    fill?: string;
    length?: any;
    shape?: string | Shapes;
    stroke?: string;
    strokeWidth?: any;
    x?: any;
    y?: any;
}

Hierarchy (view full)

Properties

direction?: any
fill?: string
length?: any
shape?: string | Shapes
stroke?: string
strokeWidth?: any
x?: any
y?: any