Interface IRectOptions

interface IRectOptions {
    backgroundColor: string;
    borderColor: string;
    borderDash: undefined | number;
    borderWidth: number;
    radius: undefined | number;
}

Properties

backgroundColor: string
borderColor: string
borderDash: undefined | number
borderWidth: number
radius: undefined | number