(socketPath: string)
| 3367 | }, |
| 3368 | focus() { |
| 3369 | entry.pendingActions.push({ |
| 3370 | windowId: latestSnapshot.id, |
| 3371 | action: "focus", |
| 3372 | }); |
| 3373 | }, |
| 3374 | scheduleAnimation(options) { |
| 3375 | const action = { |
| 3376 | windowId: latestSnapshot.id, |
| 3377 | action: "scheduleAnimation", |
| 3378 | animation: serializeManagedWindowAnimation(options), |