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

Method getProp

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

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

(path: string)

Source from the content-addressed store, hash-verified

45 * @returns
46 */
47 getProp(path: string): IPublicModelProp | null {
48 return ShellProp.create(this[propsSymbol].getProp(path));
49 }
50
51 /**
52 * 获取指定 path 的属性模型实例值

Callers 2

getPropValueMethod · 0.95
setPropValueMethod · 0.95

Calls 2

getPropMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected