interface ErrorOptions {
    color: Color;
    opacity: number;
    symmetric: boolean;
    thickness: number;
    visible: boolean;
    width: number;
}

Properties

color: Color
opacity: number
symmetric: boolean
thickness: number
visible: boolean
width: number