Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ getRenderers
Method
getRenderers
packages/renderer-core/src/adapter/index.ts:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
getRenderers() {
92
return
this.renderers || {};
93
}
94
95
setConfigProvider(Comp: any) {
96
this.configProvider = Comp;
Callers
3
rendererFactory
Function · 0.80
baseRendererFactory
Function · 0.80
adapter.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected