Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ get
Method
get
packages/designer/src/project/project.ts:84–84 ·
view source on GitHub ↗
* 分字段获取储存数据
(key: T)
Source
from the content-addressed store, hash-verified
82
* 分字段获取储存数据
83
*/
84
get<T extends keyof IPublicTypeProjectSchema>(key: T): IPublicTypeProjectSchema[T];
85
get<T>(key: string): T;
86
get(key: string): unknown;
87
Callers
15
loadStyle
Method · 0.65
setupAssets
Method · 0.65
render
Method · 0.65
ContextMenu
Function · 0.65
get
Method · 0.65
get
Method · 0.65
get
Method · 0.65
[dragonSymbol]
Method · 0.65
get
Method · 0.65
[settersSymbol]
Method · 0.65
[designerSymbol]
Method · 0.65
isInLiveEditing
Method · 0.65
Implementers
1
Project
packages/designer/src/project/project.
Calls
no outgoing calls
Tested by
no test coverage detected