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

Method mergeProps

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

* 设置多个属性值,和原有值合并

(props: IPublicTypePropsMap)

Source from the content-addressed store, hash-verified

847 * 设置多个属性值,和原有值合并
848 */
849 mergeProps(props: IPublicTypePropsMap) {
850 this.props.merge(props);
851 }
852
853 /**
854 * 设置多个属性值,替换原有值

Callers

nothing calls this directly

Calls 1

mergeMethod · 0.65

Tested by

no test coverage detected