MCPcopy 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.tsxFile · 0.45
createContextMenuFunction · 0.45
nodeMethod · 0.45
slotNodeMethod · 0.45
currentMethod · 0.45
innerFnMethod · 0.45
getNodesMethod · 0.45
getTopNodesMethod · 0.45
targetMethod · 0.45
onChangeMethod · 0.45
getCompFunction · 0.45
renderer.test.tsxFile · 0.45

Calls

no outgoing calls

Tested by 1

getCompFunction · 0.36