MCPcopy
hub / github.com/alibaba/lowcode-engine / get

Method get

packages/designer/src/document/node/props/props.ts:47–47  ·  view source on GitHub ↗
(path: string, createIfNone?: boolean)

Source from the content-addressed store, hash-verified

45 getNode(): INode;
46
47 get(path: string, createIfNone?: boolean): IProp | null;
48
49 export(stage?: IPublicEnumTransformStage): {
50 props?: IPublicTypePropsMap | IPublicTypePropsList;

Callers 15

focusNodeMethod · 0.65
nextIdMethod · 0.65
getNodeMethod · 0.65
getUtilsMapMethod · 0.65
setupAutorunsMethod · 0.65
wrapWithMethod · 0.65
getExtraPropMethod · 0.65
nextSiblingMethod · 0.65
prevSiblingMethod · 0.65
importMethod · 0.65
exportMethod · 0.65
itemsMethod · 0.65

Implementers 1

Propspackages/designer/src/document/node/pr

Calls

no outgoing calls

Tested by

no test coverage detected