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

Method setValue

packages/shell/src/model/setting-field.ts:176–178  ·  view source on GitHub ↗

* 设置值 * @param val 值

(val: IPublicTypeCompositeValue, extraOptions?: IPublicTypeSetValueOptions)

Source from the content-addressed store, hash-verified

174 * @param val 值
175 */
176 setValue(val: IPublicTypeCompositeValue, extraOptions?: IPublicTypeSetValueOptions): void {
177 this[settingFieldSymbol].setValue(val, false, false, extraOptions);
178 }
179
180 /**
181 * 设置子级属性值

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected