更新属性

This commit is contained in:
xuyanfeng
2021-05-08 17:52:29 +08:00
parent 9ec28b510b
commit 3e0dd01b14
9 changed files with 122 additions and 93 deletions

View File

@@ -15,6 +15,7 @@ export enum Msg {
TabsInfo = "tabs_info", // 当前页面信息
UrlChange = "url_change", // 网址发生变化
SetProperty = "set-property", // 设置node属性
UpdateProperty = 'update-property', // 更新属性
}
export class PluginEvent {