mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 04:43:14 +00:00
feat: add renderer for simulatorHost
This commit is contained in:
parent
f1f0613228
commit
1cfc8d668b
@ -29,6 +29,10 @@ export default class SimulatorHost {
|
||||
return this[simulatorHostSymbol].contentDocument;
|
||||
}
|
||||
|
||||
get renderer() {
|
||||
return this[simulatorHostSymbol].renderer;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置 host 配置值
|
||||
* @param key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user