MCPcopy Create free account
hub / github.com/baiwumm/react-admin / triggerChange

Function triggerChange

Xmw_web/src/components/FigureLabels/index.tsx:46–48  ·  view source on GitHub ↗
(changedValue: string[])

Source from the content-addressed store, hash-verified

44
45 // 表单收集字段
46 const triggerChange = (changedValue: string[]) => {
47 onChange?.([...changedValue]);
48 };
49
50 /**
51 * @description: 更新用户信息

Callers 4

FigureLabelsFunction · 0.85
handleCloseFunction · 0.85
handleInputConfirmFunction · 0.85
handleEditInputConfirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected