feat: 新增底部Dock测量面板与回调联动
This commit is contained in:
@@ -43,7 +43,7 @@ constructor(container: HTMLElement | string, options?: BimEngine2dOptions)
|
||||
```typescript
|
||||
interface BimEngine2dOptions {
|
||||
/** 语言 */
|
||||
locale?: 'zh-CN' | 'en-US';
|
||||
locale?: 'zh-CN' | 'zh-TW' | 'en-US';
|
||||
/** 主题 */
|
||||
theme?: 'dark' | 'light';
|
||||
/** 背景颜色(十六进制数值,如 0xffffff) */
|
||||
|
||||
Reference in New Issue
Block a user