interface IDrawBoxOptions {
    boxColor?: string;
    drawLabelOptions?: IDrawTextFieldOptions;
    label?: string;
    lineWidth?: number;
}

Properties

boxColor?: string
drawLabelOptions?: IDrawTextFieldOptions
label?: string
lineWidth?: number