()
| 998 | processActions?: RuntimeProcessSpawnAction[]; |
| 999 | } |
| 1000 | |
| 1001 | interface NativeInteractionSuccess { |
| 1002 | requestId: number; |
| 1003 | ok: true; |
| 1004 | kind: |
| 1005 | | "pointerMove" |
| 1006 | | "pointerMoveAsync" |
| 1007 | | "gestureSwipe" |
| 1008 | | "gestureSwipeAsync" |
| 1009 | | "windowMove" |
| 1010 | | "windowResize"; |
| 1011 | invoked: boolean; |
| 1012 | dirty: boolean; |
| 1013 | dirtyWindowIds: string[]; |
| 1014 | dirtyManagedWindowIds?: string[]; |