Type Alias TestBboxStyle

TestBboxStyle: {
    lineDash?: number[];
    lineWidth?: number;
    strokeStyle?: string;
}