MousePromptProps

容器元素

关系

Extends

MousePromptProps Extends WidgetProps

继承: WidgetProps

属性

container

容器元素

container?: string | HTMLElement

类型: string | HTMLElement

content

提示内容

content: string | HTMLElement

类型: string | HTMLElement

icon

图标

icon?: string

类型: string

id

唯一标识

id?: string

类型: string

label

标签文本

label?: string

类型: string

position

提示框位置

position: "top-left" | "bottom-left" | "top-right" | "bottom-right" | "bottom-center" | "top-center"

类型: "top-left" | "bottom-left" | "top-right" | "bottom-right" | "bottom-center" | "top-center"

scene

场景实例

scene: IScene

类型: IScene

view

场景视图实例

view: ISceneView

类型: ISceneView

visible

是否可见

visible?: boolean

类型: boolean

BIMFlux AI