interface BorderOptions {
    color: Color;
    width: number;
}

Properties

Properties

color: Color
width: number

Generated using TypeDoc