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

Method setValue

packages/shell/src/model/prop.ts:67–69  ·  view source on GitHub ↗

* 设置值 * @param val

(val: IPublicTypeCompositeValue)

Source from the content-addressed store, hash-verified

65 * @param val
66 */
67 setValue(val: IPublicTypeCompositeValue): void {
68 this[propSymbol].setValue(val);
69 }
70
71 /**
72 * 获取值

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected