supervision-js
    Preparing search index...

    Interface LabelDrawInstruction

    Renderer-neutral label drawing instruction.

    interface LabelDrawInstruction {
        background?: LabelBackgroundStyle;
        offsetX?: number;
        offsetY?: number;
        placement?: LabelPlacement;
        rect: Rect;
        text: string;
        textStyle?: LabelTextStyle;
    }
    Index
    offsetX?: number
    offsetY?: number
    placement?: LabelPlacement
    rect: Rect
    text: string
    textStyle?: LabelTextStyle