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

Method getPropValue

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

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

(path: string)

Source from the content-addressed store, hash-verified

459 * @returns
460 */
461 getPropValue(path: string) {
462 return this.getProp(path, false)?.getValue();
463 }
464
465 /**
466 * 获取指定 path 的属性模型实例,

Callers

nothing calls this directly

Calls 2

getPropMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected