Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ create
Method
create
packages/shell/src/model/prop.ts:13–18 ·
view source on GitHub ↗
(prop: InnerProp | undefined | null)
Source
from the content-addressed store, hash-verified
11
}
12
13
static create(prop: InnerProp | undefined | null): IPublicModelProp | null {
14
if
(!prop) {
15
return
null;
16
}
17
return
new
Prop(prop);
18
}
19
20
/**
21
* id
Callers
15
index.test.tsx
File · 0.45
createContextMenu
Function · 0.45
node
Method · 0.45
slotNode
Method · 0.45
current
Method · 0.45
innerFn
Method · 0.45
getNodes
Method · 0.45
getTopNodes
Method · 0.45
target
Method · 0.45
onChange
Method · 0.45
getComp
Function · 0.45
renderer.test.tsx
File · 0.45
Calls
no outgoing calls
Tested by
1
getComp
Function · 0.36