magix-components
Version:
24 lines (15 loc) • 670 B
Markdown
| 方法名 | 说明 | 入参 | 返回值 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
| get | 获取值 | string| any | |
| set | 设置值 | string,any | void | |
| del | 删除值 | string | void | |
| 参数名称 | 参数类型 | 说明 |
| -------- | -------- | |
| key | string | 哪个值发生的变化 |
| from | any | 变化的原始值 |
| to | any | 变化后的新值 |