supervision-js
    Preparing search index...

    Interface BoxDrawInstruction

    Renderer-neutral box drawing instruction.

    Style implementations return this shape. Renderer backends translate it into their own drawing commands.

    interface BoxDrawInstruction {
        cornerRadius?: number;
        fill?: BoxFillStyle;
        rect: Rect;
        shape: BoxShape;
        stroke?: BoxStrokeStyle;
    }
    Index
    cornerRadius?: number
    rect: Rect
    shape: BoxShape