Represents label parameters for PmiController.addTextLabel.

interface LabelParams {
    id: string;
    pointPosition: WasmVector3d;
    text: string;
    textPosition: WasmVector3d;
    textSize: number;
}

Properties

id: string

Id of label; new unique id will be generated if empty.

pointPosition: WasmVector3d
text: string
textPosition: WasmVector3d
textSize: number