MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / getPropValue

Method getPropValue

packages/types/src/shell/model/node.ts:309–309  ·  view source on GitHub ↗

* 获取指定 path 的属性模型实例值 * get prop value by path * @param path 属性路径,支持 a / a.b / a.0 等格式

(path: string)

Source from the content-addressed store, hash-verified

307 * @param path 属性路径,支持 a / a.b / a.0 等格式
308 */
309 getPropValue(path: string): any;
310
311 /**
312 * 获取指定 path 的属性模型实例,

Callers 14

getPropValueMethod · 0.65
getPropValueMethod · 0.65
deduplicateRefFunction · 0.65
actionMethod · 0.65
resizeEndMethod · 0.65
getValueMethod · 0.65
getPropValueMethod · 0.65
node.add.test.tsFile · 0.65
node.test.tsFile · 0.65
prop.test.tsFile · 0.65

Implementers 1

Nodepackages/shell/src/model/node.ts

Calls

no outgoing calls

Tested by

no test coverage detected