( events: CompositorEventController, )
| 863 | dirtyWindowIds: string[]; |
| 864 | dirtyManagedWindowIds?: string[]; |
| 865 | dirtyWindowNodeIds?: Record<string, string[]>; |
| 866 | actions: RuntimeWindowAction[]; |
| 867 | nextPollInMs?: number; |
| 868 | displayConfig?: { outputs: DisplayConfigDraft }; |
| 869 | workspaceConfig?: WorkspaceConfig; |
| 870 | keyBindingConfig?: { entries: RuntimeKeyBindingConfigEntry[] }; |
| 871 | pointerConfig?: RuntimePointerConfig; |
| 872 | inputConfig?: { config: InputConfigDraft }; |
no test coverage detected