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

Method getPropValue

packages/designer/src/document/node/node.ts:828–830  ·  view source on GitHub ↗

* 获取单个属性值

(path: string)

Source from the content-addressed store, hash-verified

826 * 获取单个属性值
827 */
828 getPropValue(path: string): any {
829 return this.getProp(path, false)?.value;
830 }
831
832 /**
833 * 设置单个属性值

Callers

nothing calls this directly

Calls 1

getPropMethod · 0.95

Tested by

no test coverage detected