| | |
| | | openShareTagsView?: string; |
| | | onTagsViewRefreshRouterView?: T; |
| | | onCurrentContextmenuClick?: T; |
| | | refreshTestStandard?: T; |
| | | refreshTestGrade?: T; |
| | | x6CellPropertyChange?: T; |
| | | x6ViewPropertyChange?: T; |
| | | refreshFaultGroup?: T; |
| | | refreshFault?: T; |
| | | refreshMethodDefinition?: T; |
| | | // 更新故障事件 contentName |
| | | updateFaultContentName: T; |
| | | |
| | | //#region ====================== ai ====================== |
| | | updateChatInput: T; |
| | | /** @description 弹出登录对话框 */ |
| | | openLoginDlg: T; |
| | | /** @description 退出登录 */ |
| | | logout: T; |
| | | //#endregion |
| | | 'amis.page.ready': { |
| | | instance: any; |
| | | }; |
| | | }; |
| | | |
| | | // mitt 参数类型定义 |