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

Method setPropValue

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

* 设置单个属性值

(path: string, value: any)

Source from the content-addressed store, hash-verified

833 * 设置单个属性值
834 */
835 setPropValue(path: string, value: any) {
836 this.getProp(path, true)!.setValue(value);
837 }
838
839 /**
840 * 清除已设置的值

Callers

nothing calls this directly

Calls 2

getPropMethod · 0.95
setValueMethod · 0.65

Tested by

no test coverage detected