feat(registry): 注册 ComponentDetailManager 到全局 Registry 和 BimEngine
This commit is contained in:
@@ -157,4 +157,12 @@ export class ToolbarManager extends BaseManager {
|
||||
public getContainer(): HTMLElement | null {
|
||||
return this.toolbarContainer;
|
||||
}
|
||||
|
||||
public setType(type: 'default' | 'glass-pill'): void {
|
||||
this.toolbar?.setType(type);
|
||||
}
|
||||
|
||||
public getType(): 'default' | 'glass-pill' {
|
||||
return this.toolbar?.getType() || 'default';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user