INotePlugin
插件icon
关系
Extends
INotePlugin Extends IPlugin
继承: IPlugin
属性
icon
插件icon
icon?: string
类型: string
id
插件的唯一标识符
id: string | number
类型: string | number
label
插件label
label?: string
类型: string
model
批注业务逻辑模型
model: INoteModel
类型: INoteModel
scene
当前所属场景实例
scene: IScene
类型: IScene
view
批注视图组件
view: INoteView
类型: INoteView
方法
close
关闭批注功能
close(): void
返回:void
destroy
销毁插件,释放资源
destroy(): void
返回:void
install
插件的安装加载逻辑,在插件管理器注册时调用
show
显示批注功能
show(): void
返回:void
toggle
切换批注功能显示状态
toggle(): void
返回:void

BIMFlux AI
