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

Method setExtraPropValue

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

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

(path: string, value: IPublicTypeCompositeValue)

Source from the content-addressed store, hash-verified

94 * @returns
95 */
96 setExtraPropValue(path: string, value: IPublicTypeCompositeValue): void {
97 return this.getExtraProp(path)?.setValue(value);
98 }
99
100 /**
101 * test if the specified key is existing or not.

Callers

nothing calls this directly

Calls 2

getExtraPropMethod · 0.95
setValueMethod · 0.65

Tested by

no test coverage detected