DomGraphicOptions

DomGraphicOptions定义
type DomGraphicOptions = object

类型: object

属性

alignment

对齐方式

alignment: string

类型: string

content

内容

content: string | HTMLElement

类型: string | HTMLElement

高度

height: number

类型: number

id

标识符

id: number

类型: number

是否可点击

isClick?: boolean

类型: boolean

isSizeSync

是否同步尺寸

isSizeSync: boolean

类型: boolean

位置

location: IPoint

类型: IPoint

scene

场景

scene: IScene

类型: IScene

宽度

width: number

类型: number

BIMFlux AI