perf: 优化联动交互

This commit is contained in:
奔跑的面条
2023-03-11 22:03:35 +08:00
parent bd659b2e29
commit 6d3353da23
4 changed files with 78 additions and 52 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export interface PublicConfigType {
}
interactEvents: {
[InteractEvents.INTERACT_ON]: InteractEventOn.CHANGE | InteractEventOn.CLICK | undefined
[InteractEvents.INTERACT_COMPONENTS]: string | undefined
[InteractEvents.INTERACT_COMPONENT_ID]: string | undefined
[InteractEvents.INTERACT_FN]: { [name: string]: string }
}[]
}