feat: add renderer for simulatorHost

This commit is contained in:
LeoYuan 袁力皓 2022-05-19 10:23:06 +08:00 committed by LeoYuan 袁力皓
parent f1f0613228
commit 1cfc8d668b

View File

@ -29,6 +29,10 @@ export default class SimulatorHost {
return this[simulatorHostSymbol].contentDocument; return this[simulatorHostSymbol].contentDocument;
} }
get renderer() {
return this[simulatorHostSymbol].renderer;
}
/** /**
* host * host
* @param key * @param key