import type { SeelenCommandActivateNotificationArgs } from "./SeelenCommandActivateNotificationArgs.js"; import type { SeelenCommandClosePopupArgs } from "./SeelenCommandClosePopupArgs.js"; import type { SeelenCommandConfirmBluetoothDevicePairingArgs } from "./SeelenCommandConfirmBluetoothDevicePairingArgs.js"; import type { SeelenCommandCreatePopupArgs } from "./SeelenCommandCreatePopupArgs.js"; import type { SeelenCommandCreateWorkspaceArgs } from "./SeelenCommandCreateWorkspaceArgs.js"; import type { SeelenCommandDestroyWorkspaceArgs } from "./SeelenCommandDestroyWorkspaceArgs.js"; import type { SeelenCommandDisconnectBluetoothDeviceArgs } from "./SeelenCommandDisconnectBluetoothDeviceArgs.js"; import type { SeelenCommandForgetBluetoothDeviceArgs } from "./SeelenCommandForgetBluetoothDeviceArgs.js"; import type { SeelenCommandGetIconArgs } from "./SeelenCommandGetIconArgs.js"; import type { SeelenCommandGetKeyStateArgs } from "./SeelenCommandGetKeyStateArgs.js"; import type { SeelenCommandGetPopupConfigArgs } from "./SeelenCommandGetPopupConfigArgs.js"; import type { SeelenCommandGetUserFolderContentArgs } from "./SeelenCommandGetUserFolderContentArgs.js"; import type { SeelenCommandLogFromWebviewArgs } from "./SeelenCommandLogFromWebviewArgs.js"; import type { SeelenCommandMediaNextArgs } from "./SeelenCommandMediaNextArgs.js"; import type { SeelenCommandMediaPrevArgs } from "./SeelenCommandMediaPrevArgs.js"; import type { SeelenCommandMediaSetDefaultDeviceArgs } from "./SeelenCommandMediaSetDefaultDeviceArgs.js"; import type { SeelenCommandMediaToggleMuteArgs } from "./SeelenCommandMediaToggleMuteArgs.js"; import type { SeelenCommandMediaTogglePlayPauseArgs } from "./SeelenCommandMediaTogglePlayPauseArgs.js"; import type { SeelenCommandNotificationsCloseArgs } from "./SeelenCommandNotificationsCloseArgs.js"; import type { SeelenCommandOpenFileArgs } from "./SeelenCommandOpenFileArgs.js"; import type { SeelenCommandReadFileArgs } from "./SeelenCommandReadFileArgs.js"; import type { SeelenCommandRemoveResourceArgs } from "./SeelenCommandRemoveResourceArgs.js"; import type { SeelenCommandRenameWorkspaceArgs } from "./SeelenCommandRenameWorkspaceArgs.js"; import type { SeelenCommandRequestFocusArgs } from "./SeelenCommandRequestFocusArgs.js"; import type { SeelenCommandRequestPairBluetoothDeviceArgs } from "./SeelenCommandRequestPairBluetoothDeviceArgs.js"; import type { SeelenCommandRequestToUserInputShortcutArgs } from "./SeelenCommandRequestToUserInputShortcutArgs.js"; import type { SeelenCommandRunArgs } from "./SeelenCommandRunArgs.js"; import type { SeelenCommandSelectFileOnExplorerArgs } from "./SeelenCommandSelectFileOnExplorerArgs.js"; import type { SeelenCommandSendSystemTrayIconActionArgs } from "./SeelenCommandSendSystemTrayIconActionArgs.js"; import type { SeelenCommandSetAppWindowsPositionsArgs } from "./SeelenCommandSetAppWindowsPositionsArgs.js"; import type { SeelenCommandSetAutoStartArgs } from "./SeelenCommandSetAutoStartArgs.js"; import type { SeelenCommandSetCurrentWidgetStatusArgs } from "./SeelenCommandSetCurrentWidgetStatusArgs.js"; import type { SeelenCommandSetMonitorBrightnessArgs } from "./SeelenCommandSetMonitorBrightnessArgs.js"; import type { SeelenCommandSetNativeShellWallpaperArgs } from "./SeelenCommandSetNativeShellWallpaperArgs.js"; import type { SeelenCommandSetRadioStateArgs } from "./SeelenCommandSetRadioStateArgs.js"; import type { SeelenCommandSetSelfPositionArgs } from "./SeelenCommandSetSelfPositionArgs.js"; import type { SeelenCommandSetVolumeLevelArgs } from "./SeelenCommandSetVolumeLevelArgs.js"; import type { SeelenCommandSimulatePermArgs } from "./SeelenCommandSimulatePermArgs.js"; import type { SeelenCommandStateGetSettingsArgs } from "./SeelenCommandStateGetSettingsArgs.js"; import type { SeelenCommandStateGetWegItemsArgs } from "./SeelenCommandStateGetWegItemsArgs.js"; import type { SeelenCommandStateSetCustomIconPackArgs } from "./SeelenCommandStateSetCustomIconPackArgs.js"; import type { SeelenCommandStateWriteSettingsArgs } from "./SeelenCommandStateWriteSettingsArgs.js"; import type { SeelenCommandStateWriteToolbarItemsArgs } from "./SeelenCommandStateWriteToolbarItemsArgs.js"; import type { SeelenCommandStateWriteWegItemsArgs } from "./SeelenCommandStateWriteWegItemsArgs.js"; import type { SeelenCommandSwitchWorkspaceArgs } from "./SeelenCommandSwitchWorkspaceArgs.js"; import type { SeelenCommandSystemSetKeyboardLayoutArgs } from "./SeelenCommandSystemSetKeyboardLayoutArgs.js"; import type { SeelenCommandTriggerContextMenuArgs } from "./SeelenCommandTriggerContextMenuArgs.js"; import type { SeelenCommandTriggerWidgetArgs } from "./SeelenCommandTriggerWidgetArgs.js"; import type { SeelenCommandUpdatePopupArgs } from "./SeelenCommandUpdatePopupArgs.js"; import type { SeelenCommandWallpaperSaveThumbnailArgs } from "./SeelenCommandWallpaperSaveThumbnailArgs.js"; import type { SeelenCommandWegCloseAppArgs } from "./SeelenCommandWegCloseAppArgs.js"; import type { SeelenCommandWegKillAppArgs } from "./SeelenCommandWegKillAppArgs.js"; import type { SeelenCommandWegPinItemArgs } from "./SeelenCommandWegPinItemArgs.js"; import type { SeelenCommandWegToggleWindowStateArgs } from "./SeelenCommandWegToggleWindowStateArgs.js"; import type { SeelenCommandWlanConnectArgs } from "./SeelenCommandWlanConnectArgs.js"; import type { SeelenCommandWriteFileArgs } from "./SeelenCommandWriteFileArgs.js"; /** * Internal used as mapping of commands to their arguments */ export type SeelenCommandArgument = { "get_virtual_desktops": null; } | { "switch_workspace": SeelenCommandSwitchWorkspaceArgs; } | { "create_workspace": SeelenCommandCreateWorkspaceArgs; } | { "destroy_workspace": SeelenCommandDestroyWorkspaceArgs; } | { "rename_workspace": SeelenCommandRenameWorkspaceArgs; } | { "wallpaper_next": null; } | { "wallpaper_prev": null; } | { "wallpaper_save_thumbnail": SeelenCommandWallpaperSaveThumbnailArgs; } | { "log_from_webview": SeelenCommandLogFromWebviewArgs; } | { "open_file": SeelenCommandOpenFileArgs; } | { "select_file_on_explorer": SeelenCommandSelectFileOnExplorerArgs; } | { "run": SeelenCommandRunArgs; } | { "simulate_perm": SeelenCommandSimulatePermArgs; } | { "is_dev_mode": null; } | { "is_appx_package": null; } | { "has_fixed_runtime": null; } | { "get_focused_app": null; } | { "get_mouse_position": null; } | { "get_key_state": SeelenCommandGetKeyStateArgs; } | { "get_user_envs": null; } | { "show_start_menu": null; } | { "get_icon": SeelenCommandGetIconArgs; } | { "show_desktop": null; } | { "request_to_user_input_shortcut": SeelenCommandRequestToUserInputShortcutArgs; } | { "check_for_updates": null; } | { "install_last_available_update": null; } | { "get_foreground_window_color": null; } | { "get_connected_monitors": null; } | { "get_system_colors": null; } | { "get_system_languages": null; } | { "set_system_keyboard_layout": SeelenCommandSystemSetKeyboardLayoutArgs; } | { "state_get_default_settings": null; } | { "state_get_default_monitor_settings": null; } | { "state_get_default_wallpaper_settings": null; } | { "set_auto_start": SeelenCommandSetAutoStartArgs; } | { "get_auto_start_status": null; } | { "remove_resource": SeelenCommandRemoveResourceArgs; } | { "state_get_themes": null; } | { "state_get_weg_items": SeelenCommandStateGetWegItemsArgs; } | { "state_write_weg_items": SeelenCommandStateWriteWegItemsArgs; } | { "state_get_toolbar_items": null; } | { "state_write_toolbar_items": SeelenCommandStateWriteToolbarItemsArgs; } | { "state_get_settings": SeelenCommandStateGetSettingsArgs; } | { "state_write_settings": SeelenCommandStateWriteSettingsArgs; } | { "state_get_settings_by_app": null; } | { "state_get_plugins": null; } | { "state_get_widgets": null; } | { "state_get_icon_packs": null; } | { "state_get_wallpapers": null; } | { "state_add_icon_to_custom_icon_pack": SeelenCommandStateSetCustomIconPackArgs; } | { "state_delete_cached_icons": null; } | { "state_request_wallpaper_addition": null; } | { "state_get_performance_mode": null; } | { "trigger_widget": SeelenCommandTriggerWidgetArgs; } | { "trigger_context_menu": SeelenCommandTriggerContextMenuArgs; } | { "set_current_widget_status": SeelenCommandSetCurrentWidgetStatusArgs; } | { "get_self_window_handle": null; } | { "set_self_position": SeelenCommandSetSelfPositionArgs; } | { "write_data_file": SeelenCommandWriteFileArgs; } | { "read_data_file": SeelenCommandReadFileArgs; } | { "get_native_shell_wallpaper": null; } | { "set_native_shell_wallpaper": SeelenCommandSetNativeShellWallpaperArgs; } | { "get_user": null; } | { "get_user_folder_content": SeelenCommandGetUserFolderContentArgs; } | { "get_user_app_windows": null; } | { "get_user_app_windows_previews": null; } | { "get_media_devices": null; } | { "get_media_sessions": null; } | { "media_prev": SeelenCommandMediaPrevArgs; } | { "media_toggle_play_pause": SeelenCommandMediaTogglePlayPauseArgs; } | { "media_next": SeelenCommandMediaNextArgs; } | { "set_volume_level": SeelenCommandSetVolumeLevelArgs; } | { "media_toggle_mute": SeelenCommandMediaToggleMuteArgs; } | { "media_set_default_device": SeelenCommandMediaSetDefaultDeviceArgs; } | { "get_all_monitors_brightness": null; } | { "set_monitor_brightness": SeelenCommandSetMonitorBrightnessArgs; } | { "get_power_status": null; } | { "get_power_mode": null; } | { "get_batteries": null; } | { "log_out": null; } | { "suspend": null; } | { "hibernate": null; } | { "restart": null; } | { "shutdown": null; } | { "lock": null; } | { "weg_close_app": SeelenCommandWegCloseAppArgs; } | { "weg_kill_app": SeelenCommandWegKillAppArgs; } | { "weg_toggle_window_state": SeelenCommandWegToggleWindowStateArgs; } | { "weg_pin_item": SeelenCommandWegPinItemArgs; } | { "wm_get_render_tree": null; } | { "set_app_windows_positions": SeelenCommandSetAppWindowsPositionsArgs; } | { "request_focus": SeelenCommandRequestFocusArgs; } | { "create_popup": SeelenCommandCreatePopupArgs; } | { "update_popup": SeelenCommandUpdatePopupArgs; } | { "close_popup": SeelenCommandClosePopupArgs; } | { "get_popup_config": SeelenCommandGetPopupConfigArgs; } | { "wlan_get_profiles": null; } | { "wlan_start_scanning": null; } | { "wlan_stop_scanning": null; } | { "wlan_connect": SeelenCommandWlanConnectArgs; } | { "wlan_disconnect": null; } | { "get_network_default_local_ip": null; } | { "get_network_adapters": null; } | { "get_network_internet_connection": null; } | { "get_system_tray_icons": null; } | { "send_system_tray_icon_action": SeelenCommandSendSystemTrayIconActionArgs; } | { "get_notifications": null; } | { "notifications_close": SeelenCommandNotificationsCloseArgs; } | { "notifications_close_all": null; } | { "activate_notification": SeelenCommandActivateNotificationArgs; } | { "get_radios": null; } | { "set_radios_state": SeelenCommandSetRadioStateArgs; } | { "get_system_disks": null; } | { "get_system_network": null; } | { "get_system_memory": null; } | { "get_system_cores": null; } | { "get_bluetooth_devices": null; } | { "start_bluetooth_scanning": null; } | { "stop_bluetooth_scanning": null; } | { "request_pair_bluetooth_device": SeelenCommandRequestPairBluetoothDeviceArgs; } | { "confirm_bluetooth_device_pairing": SeelenCommandConfirmBluetoothDevicePairingArgs; } | { "disconnect_bluetooth_device": SeelenCommandDisconnectBluetoothDeviceArgs; } | { "forget_bluetooth_device": SeelenCommandForgetBluetoothDeviceArgs; } | { "get_start_menu_items": null; } | { "get_native_start_menu": null; }; //# sourceMappingURL=SeelenCommandArgument.d.ts.map