(
level: "debug" | "info" | "warn" | "error",
args: unknown[],
)
| 935 | workspaceConfig?: WorkspaceConfig; |
| 936 | keyBindingConfig?: { entries: RuntimeKeyBindingConfigEntry[] }; |
| 937 | pointerConfig?: RuntimePointerConfig; |
| 938 | eventConfig?: RuntimeEventConfig; |
| 939 | processConfig?: { entries: RuntimeProcessConfigEntry[] }; |
| 940 | processActions?: RuntimeProcessSpawnAction[]; |
| 941 | } |
| 942 | |
| 943 | interface WindowStateRequestSuccess { |
| 944 | requestId: number; |
| 945 | ok: true; |
| 946 | kind: |
| 947 | | "windowMaximizeRequest" |
| 948 | | "windowMinimizeRequest" |
no outgoing calls
no test coverage detected