interface ShapeLine {
    color: string;
    dash: Dash;
    width: number;
}

Properties

Properties

color: string
dash: Dash
width: number