Core Permissions
A list of all permissions that can be used with the core of the Tauri framework.
If you are looking for permissions to specific Tauri plugins, please refer to the Plugins section of the documentation.
The core:default permission in Tauri automatically adds:
- core:app:default
- core:event:default
- core:image:default
- core:menu:default
- core:path:default
- core:resources:default
- core:tray:default
- core:webview:default
- core:window:default
The default permission, core:app:default, includes the following:
- allow-version
- allow-name
- allow-tauri-version
| Identifier | Description | 
|---|---|
| core:app:allow-app-hide | Enables the app_hidecommand without any pre-configured scope. | 
| core:app:deny-app-hide | Denies the app_hidecommand without any pre-configured scope. | 
| core:app:allow-app-show | Enables the app_showcommand without any pre-configured scope. | 
| core:app:deny-app-show | Denies the app_showcommand without any pre-configured scope. | 
| core:app:allow-default-window-icon | Enables the default_window_iconcommand without any pre-configured scope. | 
| core:app:deny-default-window-icon | Denies the default_window_iconcommand without any pre-configured scope. | 
| core:app:allow-name | Enables the namecommand without any pre-configured scope. | 
| core:app:deny-name | Denies the namecommand without any pre-configured scope. | 
| core:app:allow-set-app-theme | Enables the set_app_themecommand without any pre-configured scope. | 
| core:app:deny-set-app-theme | Denies the set_app_themecommand without any pre-configured scope. | 
| core:app:allow-tauri-version | Enables the tauri_versioncommand without any pre-configured scope. | 
| core:app:deny-tauri-version | Denies the tauri_versioncommand without any pre-configured scope. | 
| core:app:allow-version | Enables the versioncommand without any pre-configured scope. | 
| core:app:deny-version | Denies the versioncommand without any pre-configured scope. | 
The default permission, core:event:default, includes the following:
- allow-listen
- allow-unlisten
- allow-emit
- allow-emit-to
| Identifier | Description | 
|---|---|
| core:event:allow-emit | Enables the emitcommand without any pre-configured scope. | 
| core:event:deny-emit | Denies the emitcommand without any pre-configured scope. | 
| core:event:allow-emit-to | Enables the emit_tocommand without any pre-configured scope. | 
| core:event:deny-emit-to | Denies the emit_tocommand without any pre-configured scope. | 
| core:event:allow-listen | Enables the listencommand without any pre-configured scope. | 
| core:event:deny-listen | Denies the listencommand without any pre-configured scope. | 
| core:event:allow-unlisten | Enables the unlistencommand without any pre-configured scope. | 
| core:event:deny-unlisten | Denies the unlistencommand without any pre-configured scope. | 
The default permission, core:image:default, includes the following:
- allow-new
- allow-from-bytes
- allow-from-path
- allow-rgba
- allow-size
| Identifier | Description | 
|---|---|
| core:image:allow-from-bytes | Enables the from_bytescommand without any pre-configured scope. | 
| core:image:deny-from-bytes | Denies the from_bytescommand without any pre-configured scope. | 
| core:image:allow-from-path | Enables the from_pathcommand without any pre-configured scope. | 
| core:image:deny-from-path | Denies the from_pathcommand without any pre-configured scope. | 
| core:image:allow-new | Enables the newcommand without any pre-configured scope. | 
| core:image:deny-new | Denies the newcommand without any pre-configured scope. | 
| core:image:allow-rgba | Enables the rgbacommand without any pre-configured scope. | 
| core:image:deny-rgba | Denies the rgbacommand without any pre-configured scope. | 
| core:image:allow-size | Enables the sizecommand without any pre-configured scope. | 
| core:image:deny-size | Denies the sizecommand without any pre-configured scope. | 
The default permission, core:menu:default, includes the following:
- allow-new
- allow-append
- allow-prepend
- allow-insert
- allow-remove
- allow-remove-at
- allow-items
- allow-get
- allow-popup
- allow-create-default
- allow-set-as-app-menu
- allow-set-as-window-menu
- allow-text
- allow-set-text
- allow-is-enabled
- allow-set-enabled
- allow-set-accelerator
- allow-set-as-windows-menu-for-nsapp
- allow-set-as-help-menu-for-nsapp
- allow-is-checked
- allow-set-checked
- allow-set-icon
| Identifier | Description | 
|---|---|
| core:menu:allow-append | Enables the appendcommand without any pre-configured scope. | 
| core:menu:deny-append | Denies the appendcommand without any pre-configured scope. | 
| core:menu:allow-create-default | Enables the create_defaultcommand without any pre-configured scope. | 
| core:menu:deny-create-default | Denies the create_defaultcommand without any pre-configured scope. | 
| core:menu:allow-get | Enables the getcommand without any pre-configured scope. | 
| core:menu:deny-get | Denies the getcommand without any pre-configured scope. | 
| core:menu:allow-insert | Enables the insertcommand without any pre-configured scope. | 
| core:menu:deny-insert | Denies the insertcommand without any pre-configured scope. | 
| core:menu:allow-is-checked | Enables the is_checkedcommand without any pre-configured scope. | 
| core:menu:deny-is-checked | Denies the is_checkedcommand without any pre-configured scope. | 
| core:menu:allow-is-enabled | Enables the is_enabledcommand without any pre-configured scope. | 
| core:menu:deny-is-enabled | Denies the is_enabledcommand without any pre-configured scope. | 
| core:menu:allow-items | Enables the itemscommand without any pre-configured scope. | 
| core:menu:deny-items | Denies the itemscommand without any pre-configured scope. | 
| core:menu:allow-new | Enables the newcommand without any pre-configured scope. | 
| core:menu:deny-new | Denies the newcommand without any pre-configured scope. | 
| core:menu:allow-popup | Enables the popupcommand without any pre-configured scope. | 
| core:menu:deny-popup | Denies the popupcommand without any pre-configured scope. | 
| core:menu:allow-prepend | Enables the prependcommand without any pre-configured scope. | 
| core:menu:deny-prepend | Denies the prependcommand without any pre-configured scope. | 
| core:menu:allow-remove | Enables the removecommand without any pre-configured scope. | 
| core:menu:deny-remove | Denies the removecommand without any pre-configured scope. | 
| core:menu:allow-remove-at | Enables the remove_atcommand without any pre-configured scope. | 
| core:menu:deny-remove-at | Denies the remove_atcommand without any pre-configured scope. | 
| core:menu:allow-set-accelerator | Enables the set_acceleratorcommand without any pre-configured scope. | 
| core:menu:deny-set-accelerator | Denies the set_acceleratorcommand without any pre-configured scope. | 
| core:menu:allow-set-as-app-menu | Enables the set_as_app_menucommand without any pre-configured scope. | 
| core:menu:deny-set-as-app-menu | Denies the set_as_app_menucommand without any pre-configured scope. | 
| core:menu:allow-set-as-help-menu-for-nsapp | Enables the set_as_help_menu_for_nsappcommand without any pre-configured scope. | 
| core:menu:deny-set-as-help-menu-for-nsapp | Denies the set_as_help_menu_for_nsappcommand without any pre-configured scope. | 
| core:menu:allow-set-as-window-menu | Enables the set_as_window_menucommand without any pre-configured scope. | 
| core:menu:deny-set-as-window-menu | Denies the set_as_window_menucommand without any pre-configured scope. | 
| core:menu:allow-set-as-windows-menu-for-nsapp | Enables the set_as_windows_menu_for_nsappcommand without any pre-configured scope. | 
| core:menu:deny-set-as-windows-menu-for-nsapp | Denies the set_as_windows_menu_for_nsappcommand without any pre-configured scope. | 
| core:menu:allow-set-checked | Enables the set_checkedcommand without any pre-configured scope. | 
| core:menu:deny-set-checked | Denies the set_checkedcommand without any pre-configured scope. | 
| core:menu:allow-set-enabled | Enables the set_enabledcommand without any pre-configured scope. | 
| core:menu:deny-set-enabled | Denies the set_enabledcommand without any pre-configured scope. | 
| core:menu:allow-set-icon | Enables the set_iconcommand without any pre-configured scope. | 
| core:menu:deny-set-icon | Denies the set_iconcommand without any pre-configured scope. | 
| core:menu:allow-set-text | Enables the set_textcommand without any pre-configured scope. | 
| core:menu:deny-set-text | Denies the set_textcommand without any pre-configured scope. | 
| core:menu:allow-text | Enables the textcommand without any pre-configured scope. | 
| core:menu:deny-text | Denies the textcommand without any pre-configured scope. | 
The default permission, core:path:default, includes the following:
- allow-resolve-directory
- allow-resolve
- allow-normalize
- allow-join
- allow-dirname
- allow-extname
- allow-basename
- allow-is-absolute
| Identifier | Description | 
|---|---|
| core:path:allow-basename | Enables the basenamecommand without any pre-configured scope. | 
| core:path:deny-basename | Denies the basenamecommand without any pre-configured scope. | 
| core:path:allow-dirname | Enables the dirnamecommand without any pre-configured scope. | 
| core:path:deny-dirname | Denies the dirnamecommand without any pre-configured scope. | 
| core:path:allow-extname | Enables the extnamecommand without any pre-configured scope. | 
| core:path:deny-extname | Denies the extnamecommand without any pre-configured scope. | 
| core:path:allow-is-absolute | Enables the is_absolutecommand without any pre-configured scope. | 
| core:path:deny-is-absolute | Denies the is_absolutecommand without any pre-configured scope. | 
| core:path:allow-join | Enables the joincommand without any pre-configured scope. | 
| core:path:deny-join | Denies the joincommand without any pre-configured scope. | 
| core:path:allow-normalize | Enables the normalizecommand without any pre-configured scope. | 
| core:path:deny-normalize | Denies the normalizecommand without any pre-configured scope. | 
| core:path:allow-resolve | Enables the resolvecommand without any pre-configured scope. | 
| core:path:deny-resolve | Denies the resolvecommand without any pre-configured scope. | 
| core:path:allow-resolve-directory | Enables the resolve_directorycommand without any pre-configured scope. | 
| core:path:deny-resolve-directory | Denies the resolve_directorycommand without any pre-configured scope. | 
The default permission, core:resources:default, includes the following:
- allow-close
| Identifier | Description | 
|---|---|
| core:resources:allow-close | Enables the closecommand without any pre-configured scope. | 
| core:resources:deny-close | Denies the closecommand without any pre-configured scope. | 
The default permission, core:tray:default, includes the following:
- allow-new
- allow-get-by-id
- allow-remove-by-id
- allow-set-icon
- allow-set-menu
- allow-set-tooltip
- allow-set-title
- allow-set-visible
- allow-set-temp-dir-path
- allow-set-icon-as-template
- allow-set-show-menu-on-left-click
| Identifier | Description | 
|---|---|
| core:tray:allow-get-by-id | Enables the get_by_idcommand without any pre-configured scope. | 
| core:tray:deny-get-by-id | Denies the get_by_idcommand without any pre-configured scope. | 
| core:tray:allow-new | Enables the newcommand without any pre-configured scope. | 
| core:tray:deny-new | Denies the newcommand without any pre-configured scope. | 
| core:tray:allow-remove-by-id | Enables the remove_by_idcommand without any pre-configured scope. | 
| core:tray:deny-remove-by-id | Denies the remove_by_idcommand without any pre-configured scope. | 
| core:tray:allow-set-icon | Enables the set_iconcommand without any pre-configured scope. | 
| core:tray:deny-set-icon | Denies the set_iconcommand without any pre-configured scope. | 
| core:tray:allow-set-icon-as-template | Enables the set_icon_as_templatecommand without any pre-configured scope. | 
| core:tray:deny-set-icon-as-template | Denies the set_icon_as_templatecommand without any pre-configured scope. | 
| core:tray:allow-set-menu | Enables the set_menucommand without any pre-configured scope. | 
| core:tray:deny-set-menu | Denies the set_menucommand without any pre-configured scope. | 
| core:tray:allow-set-show-menu-on-left-click | Enables the set_show_menu_on_left_clickcommand without any pre-configured scope. | 
| core:tray:deny-set-show-menu-on-left-click | Denies the set_show_menu_on_left_clickcommand without any pre-configured scope. | 
| core:tray:allow-set-temp-dir-path | Enables the set_temp_dir_pathcommand without any pre-configured scope. | 
| core:tray:deny-set-temp-dir-path | Denies the set_temp_dir_pathcommand without any pre-configured scope. | 
| core:tray:allow-set-title | Enables the set_titlecommand without any pre-configured scope. | 
| core:tray:deny-set-title | Denies the set_titlecommand without any pre-configured scope. | 
| core:tray:allow-set-tooltip | Enables the set_tooltipcommand without any pre-configured scope. | 
| core:tray:deny-set-tooltip | Denies the set_tooltipcommand without any pre-configured scope. | 
| core:tray:allow-set-visible | Enables the set_visiblecommand without any pre-configured scope. | 
| core:tray:deny-set-visible | Denies the set_visiblecommand without any pre-configured scope. | 
The default permission, core:webview:default, includes the following:
- allow-get-all-webviews
- allow-webview-position
- allow-webview-size
- allow-internal-toggle-devtools
| Identifier | Description | 
|---|---|
| core:webview:allow-clear-all-browsing-data | Enables the clear_all_browsing_datacommand without any pre-configured scope. | 
| core:webview:deny-clear-all-browsing-data | Denies the clear_all_browsing_datacommand without any pre-configured scope. | 
| core:webview:allow-create-webview | Enables the create_webviewcommand without any pre-configured scope. | 
| core:webview:deny-create-webview | Denies the create_webviewcommand without any pre-configured scope. | 
| core:webview:allow-create-webview-window | Enables the create_webview_windowcommand without any pre-configured scope. | 
| core:webview:deny-create-webview-window | Denies the create_webview_windowcommand without any pre-configured scope. | 
| core:webview:allow-get-all-webviews | Enables the get_all_webviewscommand without any pre-configured scope. | 
| core:webview:deny-get-all-webviews | Denies the get_all_webviewscommand without any pre-configured scope. | 
| core:webview:allow-internal-toggle-devtools | Enables the internal_toggle_devtoolscommand without any pre-configured scope. | 
| core:webview:deny-internal-toggle-devtools | Denies the internal_toggle_devtoolscommand without any pre-configured scope. | 
| core:webview:allow-print | Enables the printcommand without any pre-configured scope. | 
| core:webview:deny-print | Denies the printcommand without any pre-configured scope. | 
| core:webview:allow-reparent | Enables the reparentcommand without any pre-configured scope. | 
| core:webview:deny-reparent | Denies the reparentcommand without any pre-configured scope. | 
| core:webview:allow-set-webview-focus | Enables the set_webview_focuscommand without any pre-configured scope. | 
| core:webview:deny-set-webview-focus | Denies the set_webview_focuscommand without any pre-configured scope. | 
| core:webview:allow-set-webview-position | Enables the set_webview_positioncommand without any pre-configured scope. | 
| core:webview:deny-set-webview-position | Denies the set_webview_positioncommand without any pre-configured scope. | 
| core:webview:allow-set-webview-size | Enables the set_webview_sizecommand without any pre-configured scope. | 
| core:webview:deny-set-webview-size | Denies the set_webview_sizecommand without any pre-configured scope. | 
| core:webview:allow-set-webview-zoom | Enables the set_webview_zoomcommand without any pre-configured scope. | 
| core:webview:deny-set-webview-zoom | Denies the set_webview_zoomcommand without any pre-configured scope. | 
| core:webview:allow-webview-close | Enables the webview_closecommand without any pre-configured scope. | 
| core:webview:deny-webview-close | Denies the webview_closecommand without any pre-configured scope. | 
| core:webview:allow-webview-hide | Enables the webview_hidecommand without any pre-configured scope. | 
| core:webview:deny-webview-hide | Denies the webview_hidecommand without any pre-configured scope. | 
| core:webview:allow-webview-position | Enables the webview_positioncommand without any pre-configured scope. | 
| core:webview:deny-webview-position | Denies the webview_positioncommand without any pre-configured scope. | 
| core:webview:allow-webview-show | Enables the webview_showcommand without any pre-configured scope. | 
| core:webview:deny-webview-show | Denies the webview_showcommand without any pre-configured scope. | 
| core:webview:allow-webview-size | Enables the webview_sizecommand without any pre-configured scope. | 
| core:webview:deny-webview-size | Denies the webview_sizecommand without any pre-configured scope. | 
The default permission, core:window:default, includes the following:
- allow-get-all-windows
- allow-scale-factor
- allow-inner-position
- allow-outer-position
- allow-inner-size
- allow-outer-size
- allow-is-fullscreen
- allow-is-minimized
- allow-is-maximized
- allow-is-focused
- allow-is-decorated
- allow-is-resizable
- allow-is-maximizable
- allow-is-minimizable
- allow-is-closable
- allow-is-visible
- allow-is-enabled
- allow-title
- allow-current-monitor
- allow-primary-monitor
- allow-monitor-from-point
- allow-available-monitors
- allow-cursor-position
- allow-theme
- allow-internal-toggle-maximize
| Identifier | Description | 
|---|---|
| core:window:allow-available-monitors | Enables the available_monitorscommand without any pre-configured scope. | 
| core:window:deny-available-monitors | Denies the available_monitorscommand without any pre-configured scope. | 
| core:window:allow-center | Enables the centercommand without any pre-configured scope. | 
| core:window:deny-center | Denies the centercommand without any pre-configured scope. | 
| core:window:allow-close | Enables the closecommand without any pre-configured scope. | 
| core:window:deny-close | Denies the closecommand without any pre-configured scope. | 
| core:window:allow-create | Enables the createcommand without any pre-configured scope. | 
| core:window:deny-create | Denies the createcommand without any pre-configured scope. | 
| core:window:allow-current-monitor | Enables the current_monitorcommand without any pre-configured scope. | 
| core:window:deny-current-monitor | Denies the current_monitorcommand without any pre-configured scope. | 
| core:window:allow-cursor-position | Enables the cursor_positioncommand without any pre-configured scope. | 
| core:window:deny-cursor-position | Denies the cursor_positioncommand without any pre-configured scope. | 
| core:window:allow-destroy | Enables the destroycommand without any pre-configured scope. | 
| core:window:deny-destroy | Denies the destroycommand without any pre-configured scope. | 
| core:window:allow-get-all-windows | Enables the get_all_windowscommand without any pre-configured scope. | 
| core:window:deny-get-all-windows | Denies the get_all_windowscommand without any pre-configured scope. | 
| core:window:allow-hide | Enables the hidecommand without any pre-configured scope. | 
| core:window:deny-hide | Denies the hidecommand without any pre-configured scope. | 
| core:window:allow-inner-position | Enables the inner_positioncommand without any pre-configured scope. | 
| core:window:deny-inner-position | Denies the inner_positioncommand without any pre-configured scope. | 
| core:window:allow-inner-size | Enables the inner_sizecommand without any pre-configured scope. | 
| core:window:deny-inner-size | Denies the inner_sizecommand without any pre-configured scope. | 
| core:window:allow-internal-toggle-maximize | Enables the internal_toggle_maximizecommand without any pre-configured scope. | 
| core:window:deny-internal-toggle-maximize | Denies the internal_toggle_maximizecommand without any pre-configured scope. | 
| core:window:allow-is-closable | Enables the is_closablecommand without any pre-configured scope. | 
| core:window:deny-is-closable | Denies the is_closablecommand without any pre-configured scope. | 
| core:window:allow-is-decorated | Enables the is_decoratedcommand without any pre-configured scope. | 
| core:window:deny-is-decorated | Denies the is_decoratedcommand without any pre-configured scope. | 
| core:window:allow-is-enabled | Enables the is_enabledcommand without any pre-configured scope. | 
| core:window:deny-is-enabled | Denies the is_enabledcommand without any pre-configured scope. | 
| core:window:allow-is-focused | Enables the is_focusedcommand without any pre-configured scope. | 
| core:window:deny-is-focused | Denies the is_focusedcommand without any pre-configured scope. | 
| core:window:allow-is-fullscreen | Enables the is_fullscreencommand without any pre-configured scope. | 
| core:window:deny-is-fullscreen | Denies the is_fullscreencommand without any pre-configured scope. | 
| core:window:allow-is-maximizable | Enables the is_maximizablecommand without any pre-configured scope. | 
| core:window:deny-is-maximizable | Denies the is_maximizablecommand without any pre-configured scope. | 
| core:window:allow-is-maximized | Enables the is_maximizedcommand without any pre-configured scope. | 
| core:window:deny-is-maximized | Denies the is_maximizedcommand without any pre-configured scope. | 
| core:window:allow-is-minimizable | Enables the is_minimizablecommand without any pre-configured scope. | 
| core:window:deny-is-minimizable | Denies the is_minimizablecommand without any pre-configured scope. | 
| core:window:allow-is-minimized | Enables the is_minimizedcommand without any pre-configured scope. | 
| core:window:deny-is-minimized | Denies the is_minimizedcommand without any pre-configured scope. | 
| core:window:allow-is-resizable | Enables the is_resizablecommand without any pre-configured scope. | 
| core:window:deny-is-resizable | Denies the is_resizablecommand without any pre-configured scope. | 
| core:window:allow-is-visible | Enables the is_visiblecommand without any pre-configured scope. | 
| core:window:deny-is-visible | Denies the is_visiblecommand without any pre-configured scope. | 
| core:window:allow-maximize | Enables the maximizecommand without any pre-configured scope. | 
| core:window:deny-maximize | Denies the maximizecommand without any pre-configured scope. | 
| core:window:allow-minimize | Enables the minimizecommand without any pre-configured scope. | 
| core:window:deny-minimize | Denies the minimizecommand without any pre-configured scope. | 
| core:window:allow-monitor-from-point | Enables the monitor_from_pointcommand without any pre-configured scope. | 
| core:window:deny-monitor-from-point | Denies the monitor_from_pointcommand without any pre-configured scope. | 
| core:window:allow-outer-position | Enables the outer_positioncommand without any pre-configured scope. | 
| core:window:deny-outer-position | Denies the outer_positioncommand without any pre-configured scope. | 
| core:window:allow-outer-size | Enables the outer_sizecommand without any pre-configured scope. | 
| core:window:deny-outer-size | Denies the outer_sizecommand without any pre-configured scope. | 
| core:window:allow-primary-monitor | Enables the primary_monitorcommand without any pre-configured scope. | 
| core:window:deny-primary-monitor | Denies the primary_monitorcommand without any pre-configured scope. | 
| core:window:allow-request-user-attention | Enables the request_user_attentioncommand without any pre-configured scope. | 
| core:window:deny-request-user-attention | Denies the request_user_attentioncommand without any pre-configured scope. | 
| core:window:allow-scale-factor | Enables the scale_factorcommand without any pre-configured scope. | 
| core:window:deny-scale-factor | Denies the scale_factorcommand without any pre-configured scope. | 
| core:window:allow-set-always-on-bottom | Enables the set_always_on_bottomcommand without any pre-configured scope. | 
| core:window:deny-set-always-on-bottom | Denies the set_always_on_bottomcommand without any pre-configured scope. | 
| core:window:allow-set-always-on-top | Enables the set_always_on_topcommand without any pre-configured scope. | 
| core:window:deny-set-always-on-top | Denies the set_always_on_topcommand without any pre-configured scope. | 
| core:window:allow-set-closable | Enables the set_closablecommand without any pre-configured scope. | 
| core:window:deny-set-closable | Denies the set_closablecommand without any pre-configured scope. | 
| core:window:allow-set-content-protected | Enables the set_content_protectedcommand without any pre-configured scope. | 
| core:window:deny-set-content-protected | Denies the set_content_protectedcommand without any pre-configured scope. | 
| core:window:allow-set-cursor-grab | Enables the set_cursor_grabcommand without any pre-configured scope. | 
| core:window:deny-set-cursor-grab | Denies the set_cursor_grabcommand without any pre-configured scope. | 
| core:window:allow-set-cursor-icon | Enables the set_cursor_iconcommand without any pre-configured scope. | 
| core:window:deny-set-cursor-icon | Denies the set_cursor_iconcommand without any pre-configured scope. | 
| core:window:allow-set-cursor-position | Enables the set_cursor_positioncommand without any pre-configured scope. | 
| core:window:deny-set-cursor-position | Denies the set_cursor_positioncommand without any pre-configured scope. | 
| core:window:allow-set-cursor-visible | Enables the set_cursor_visiblecommand without any pre-configured scope. | 
| core:window:deny-set-cursor-visible | Denies the set_cursor_visiblecommand without any pre-configured scope. | 
| core:window:allow-set-decorations | Enables the set_decorationscommand without any pre-configured scope. | 
| core:window:deny-set-decorations | Denies the set_decorationscommand without any pre-configured scope. | 
| core:window:allow-set-effects | Enables the set_effectscommand without any pre-configured scope. | 
| core:window:deny-set-effects | Denies the set_effectscommand without any pre-configured scope. | 
| core:window:allow-set-enabled | Enables the set_enabledcommand without any pre-configured scope. | 
| core:window:deny-set-enabled | Denies the set_enabledcommand without any pre-configured scope. | 
| core:window:allow-set-focus | Enables the set_focuscommand without any pre-configured scope. | 
| core:window:deny-set-focus | Denies the set_focuscommand without any pre-configured scope. | 
| core:window:allow-set-fullscreen | Enables the set_fullscreencommand without any pre-configured scope. | 
| core:window:deny-set-fullscreen | Denies the set_fullscreencommand without any pre-configured scope. | 
| core:window:allow-set-icon | Enables the set_iconcommand without any pre-configured scope. | 
| core:window:deny-set-icon | Denies the set_iconcommand without any pre-configured scope. | 
| core:window:allow-set-ignore-cursor-events | Enables the set_ignore_cursor_eventscommand without any pre-configured scope. | 
| core:window:deny-set-ignore-cursor-events | Denies the set_ignore_cursor_eventscommand without any pre-configured scope. | 
| core:window:allow-set-max-size | Enables the set_max_sizecommand without any pre-configured scope. | 
| core:window:deny-set-max-size | Denies the set_max_sizecommand without any pre-configured scope. | 
| core:window:allow-set-maximizable | Enables the set_maximizablecommand without any pre-configured scope. | 
| core:window:deny-set-maximizable | Denies the set_maximizablecommand without any pre-configured scope. | 
| core:window:allow-set-min-size | Enables the set_min_sizecommand without any pre-configured scope. | 
| core:window:deny-set-min-size | Denies the set_min_sizecommand without any pre-configured scope. | 
| core:window:allow-set-minimizable | Enables the set_minimizablecommand without any pre-configured scope. | 
| core:window:deny-set-minimizable | Denies the set_minimizablecommand without any pre-configured scope. | 
| core:window:allow-set-position | Enables the set_positioncommand without any pre-configured scope. | 
| core:window:deny-set-position | Denies the set_positioncommand without any pre-configured scope. | 
| core:window:allow-set-progress-bar | Enables the set_progress_barcommand without any pre-configured scope. | 
| core:window:deny-set-progress-bar | Denies the set_progress_barcommand without any pre-configured scope. | 
| core:window:allow-set-resizable | Enables the set_resizablecommand without any pre-configured scope. | 
| core:window:deny-set-resizable | Denies the set_resizablecommand without any pre-configured scope. | 
| core:window:allow-set-shadow | Enables the set_shadowcommand without any pre-configured scope. | 
| core:window:deny-set-shadow | Denies the set_shadowcommand without any pre-configured scope. | 
| core:window:allow-set-size | Enables the set_sizecommand without any pre-configured scope. | 
| core:window:deny-set-size | Denies the set_sizecommand without any pre-configured scope. | 
| core:window:allow-set-size-constraints | Enables the set_size_constraintscommand without any pre-configured scope. | 
| core:window:deny-set-size-constraints | Denies the set_size_constraintscommand without any pre-configured scope. | 
| core:window:allow-set-skip-taskbar | Enables the set_skip_taskbarcommand without any pre-configured scope. | 
| core:window:deny-set-skip-taskbar | Denies the set_skip_taskbarcommand without any pre-configured scope. | 
| core:window:allow-set-theme | Enables the set_themecommand without any pre-configured scope. | 
| core:window:deny-set-theme | Denies the set_themecommand without any pre-configured scope. | 
| core:window:allow-set-title | Enables the set_titlecommand without any pre-configured scope. | 
| core:window:deny-set-title | Denies the set_titlecommand without any pre-configured scope. | 
| core:window:allow-set-title-bar-style | Enables the set_title_bar_stylecommand without any pre-configured scope. | 
| core:window:deny-set-title-bar-style | Denies the set_title_bar_stylecommand without any pre-configured scope. | 
| core:window:allow-set-visible-on-all-workspaces | Enables the set_visible_on_all_workspacescommand without any pre-configured scope. | 
| core:window:deny-set-visible-on-all-workspaces | Denies the set_visible_on_all_workspacescommand without any pre-configured scope. | 
| core:window:allow-show | Enables the showcommand without any pre-configured scope. | 
| core:window:deny-show | Denies the showcommand without any pre-configured scope. | 
| core:window:allow-start-dragging | Enables the start_draggingcommand without any pre-configured scope. | 
| core:window:deny-start-dragging | Denies the start_draggingcommand without any pre-configured scope. | 
| core:window:allow-start-resize-dragging | Enables the start_resize_draggingcommand without any pre-configured scope. | 
| core:window:deny-start-resize-dragging | Denies the start_resize_draggingcommand without any pre-configured scope. | 
| core:window:allow-theme | Enables the themecommand without any pre-configured scope. | 
| core:window:deny-theme | Denies the themecommand without any pre-configured scope. | 
| core:window:allow-title | Enables the titlecommand without any pre-configured scope. | 
| core:window:deny-title | Denies the titlecommand without any pre-configured scope. | 
| core:window:allow-toggle-maximize | Enables the toggle_maximizecommand without any pre-configured scope. | 
| core:window:deny-toggle-maximize | Denies the toggle_maximizecommand without any pre-configured scope. | 
| core:window:allow-unmaximize | Enables the unmaximizecommand without any pre-configured scope. | 
| core:window:deny-unmaximize | Denies the unmaximizecommand without any pre-configured scope. | 
| core:window:allow-unminimize | Enables the unminimizecommand without any pre-configured scope. | 
| core:window:deny-unminimize | Denies the unminimizecommand without any pre-configured scope. | 
© 2025 Tauri Contributors. CC-BY / MIT