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

Method getPropValue

packages/shell/src/model/props.ts:56–58  ·  view source on GitHub ↗

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

(path: string)

Source from the content-addressed store, hash-verified

54 * @returns
55 */
56 getPropValue(path: string): any {
57 return this.getProp(path)?.getValue();
58 }
59
60 /**
61 * 获取指定 path 的属性模型实例,

Callers

nothing calls this directly

Calls 2

getPropMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected