Saltearse al contenido
Tauri

Core Permissions

Esta página aún no está disponible en tu idioma.

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.

Default Permissions

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

App

Default Permission

The default permission, core:app:default, includes the following:

  • allow-version
  • allow-name
  • allow-tauri-version

Permission Table

IdentifierDescription
core:app:allow-app-hideEnables the app_hide command without any pre-configured scope.
core:app:deny-app-hideDenies the app_hide command without any pre-configured scope.
core:app:allow-app-showEnables the app_show command without any pre-configured scope.
core:app:deny-app-showDenies the app_show command without any pre-configured scope.
core:app:allow-default-window-iconEnables the default_window_icon command without any pre-configured scope.
core:app:deny-default-window-iconDenies the default_window_icon command without any pre-configured scope.
core:app:allow-nameEnables the name command without any pre-configured scope.
core:app:deny-nameDenies the name command without any pre-configured scope.
core:app:allow-set-app-themeEnables the set_app_theme command without any pre-configured scope.
core:app:deny-set-app-themeDenies the set_app_theme command without any pre-configured scope.
core:app:allow-tauri-versionEnables the tauri_version command without any pre-configured scope.
core:app:deny-tauri-versionDenies the tauri_version command without any pre-configured scope.
core:app:allow-versionEnables the version command without any pre-configured scope.
core:app:deny-versionDenies the version command without any pre-configured scope.

Event

Default Permission

The default permission, core:event:default, includes the following:

  • allow-listen
  • allow-unlisten
  • allow-emit
  • allow-emit-to

Permission Table

IdentifierDescription
core:event:allow-emitEnables the emit command without any pre-configured scope.
core:event:deny-emitDenies the emit command without any pre-configured scope.
core:event:allow-emit-toEnables the emit_to command without any pre-configured scope.
core:event:deny-emit-toDenies the emit_to command without any pre-configured scope.
core:event:allow-listenEnables the listen command without any pre-configured scope.
core:event:deny-listenDenies the listen command without any pre-configured scope.
core:event:allow-unlistenEnables the unlisten command without any pre-configured scope.
core:event:deny-unlistenDenies the unlisten command without any pre-configured scope.

Image

Default Permission

The default permission, core:image:default, includes the following:

  • allow-new
  • allow-from-bytes
  • allow-from-path
  • allow-rgba
  • allow-size

Permission Table

IdentifierDescription
core:image:allow-from-bytesEnables the from_bytes command without any pre-configured scope.
core:image:deny-from-bytesDenies the from_bytes command without any pre-configured scope.
core:image:allow-from-pathEnables the from_path command without any pre-configured scope.
core:image:deny-from-pathDenies the from_path command without any pre-configured scope.
core:image:allow-newEnables the new command without any pre-configured scope.
core:image:deny-newDenies the new command without any pre-configured scope.
core:image:allow-rgbaEnables the rgba command without any pre-configured scope.
core:image:deny-rgbaDenies the rgba command without any pre-configured scope.
core:image:allow-sizeEnables the size command without any pre-configured scope.
core:image:deny-sizeDenies the size command without any pre-configured scope.

Default Permission

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

Permission Table

IdentifierDescription
core:menu:allow-appendEnables the append command without any pre-configured scope.
core:menu:deny-appendDenies the append command without any pre-configured scope.
core:menu:allow-create-defaultEnables the create_default command without any pre-configured scope.
core:menu:deny-create-defaultDenies the create_default command without any pre-configured scope.
core:menu:allow-getEnables the get command without any pre-configured scope.
core:menu:deny-getDenies the get command without any pre-configured scope.
core:menu:allow-insertEnables the insert command without any pre-configured scope.
core:menu:deny-insertDenies the insert command without any pre-configured scope.
core:menu:allow-is-checkedEnables the is_checked command without any pre-configured scope.
core:menu:deny-is-checkedDenies the is_checked command without any pre-configured scope.
core:menu:allow-is-enabledEnables the is_enabled command without any pre-configured scope.
core:menu:deny-is-enabledDenies the is_enabled command without any pre-configured scope.
core:menu:allow-itemsEnables the items command without any pre-configured scope.
core:menu:deny-itemsDenies the items command without any pre-configured scope.
core:menu:allow-newEnables the new command without any pre-configured scope.
core:menu:deny-newDenies the new command without any pre-configured scope.
core:menu:allow-popupEnables the popup command without any pre-configured scope.
core:menu:deny-popupDenies the popup command without any pre-configured scope.
core:menu:allow-prependEnables the prepend command without any pre-configured scope.
core:menu:deny-prependDenies the prepend command without any pre-configured scope.
core:menu:allow-removeEnables the remove command without any pre-configured scope.
core:menu:deny-removeDenies the remove command without any pre-configured scope.
core:menu:allow-remove-atEnables the remove_at command without any pre-configured scope.
core:menu:deny-remove-atDenies the remove_at command without any pre-configured scope.
core:menu:allow-set-acceleratorEnables the set_accelerator command without any pre-configured scope.
core:menu:deny-set-acceleratorDenies the set_accelerator command without any pre-configured scope.
core:menu:allow-set-as-app-menuEnables the set_as_app_menu command without any pre-configured scope.
core:menu:deny-set-as-app-menuDenies the set_as_app_menu command without any pre-configured scope.
core:menu:allow-set-as-help-menu-for-nsappEnables the set_as_help_menu_for_nsapp command without any pre-configured scope.
core:menu:deny-set-as-help-menu-for-nsappDenies the set_as_help_menu_for_nsapp command without any pre-configured scope.
core:menu:allow-set-as-window-menuEnables the set_as_window_menu command without any pre-configured scope.
core:menu:deny-set-as-window-menuDenies the set_as_window_menu command without any pre-configured scope.
core:menu:allow-set-as-windows-menu-for-nsappEnables the set_as_windows_menu_for_nsapp command without any pre-configured scope.
core:menu:deny-set-as-windows-menu-for-nsappDenies the set_as_windows_menu_for_nsapp command without any pre-configured scope.
core:menu:allow-set-checkedEnables the set_checked command without any pre-configured scope.
core:menu:deny-set-checkedDenies the set_checked command without any pre-configured scope.
core:menu:allow-set-enabledEnables the set_enabled command without any pre-configured scope.
core:menu:deny-set-enabledDenies the set_enabled command without any pre-configured scope.
core:menu:allow-set-iconEnables the set_icon command without any pre-configured scope.
core:menu:deny-set-iconDenies the set_icon command without any pre-configured scope.
core:menu:allow-set-textEnables the set_text command without any pre-configured scope.
core:menu:deny-set-textDenies the set_text command without any pre-configured scope.
core:menu:allow-textEnables the text command without any pre-configured scope.
core:menu:deny-textDenies the text command without any pre-configured scope.

Path

Default Permission

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

Permission Table

IdentifierDescription
core:path:allow-basenameEnables the basename command without any pre-configured scope.
core:path:deny-basenameDenies the basename command without any pre-configured scope.
core:path:allow-dirnameEnables the dirname command without any pre-configured scope.
core:path:deny-dirnameDenies the dirname command without any pre-configured scope.
core:path:allow-extnameEnables the extname command without any pre-configured scope.
core:path:deny-extnameDenies the extname command without any pre-configured scope.
core:path:allow-is-absoluteEnables the is_absolute command without any pre-configured scope.
core:path:deny-is-absoluteDenies the is_absolute command without any pre-configured scope.
core:path:allow-joinEnables the join command without any pre-configured scope.
core:path:deny-joinDenies the join command without any pre-configured scope.
core:path:allow-normalizeEnables the normalize command without any pre-configured scope.
core:path:deny-normalizeDenies the normalize command without any pre-configured scope.
core:path:allow-resolveEnables the resolve command without any pre-configured scope.
core:path:deny-resolveDenies the resolve command without any pre-configured scope.
core:path:allow-resolve-directoryEnables the resolve_directory command without any pre-configured scope.
core:path:deny-resolve-directoryDenies the resolve_directory command without any pre-configured scope.

Resources

Default Permission

The default permission, core:resources:default, includes the following:

  • allow-close

Permission Table

IdentifierDescription
core:resources:allow-closeEnables the close command without any pre-configured scope.
core:resources:deny-closeDenies the close command without any pre-configured scope.

Tray

Default Permission

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

Permission Table

IdentifierDescription
core:tray:allow-get-by-idEnables the get_by_id command without any pre-configured scope.
core:tray:deny-get-by-idDenies the get_by_id command without any pre-configured scope.
core:tray:allow-newEnables the new command without any pre-configured scope.
core:tray:deny-newDenies the new command without any pre-configured scope.
core:tray:allow-remove-by-idEnables the remove_by_id command without any pre-configured scope.
core:tray:deny-remove-by-idDenies the remove_by_id command without any pre-configured scope.
core:tray:allow-set-iconEnables the set_icon command without any pre-configured scope.
core:tray:deny-set-iconDenies the set_icon command without any pre-configured scope.
core:tray:allow-set-icon-as-templateEnables the set_icon_as_template command without any pre-configured scope.
core:tray:deny-set-icon-as-templateDenies the set_icon_as_template command without any pre-configured scope.
core:tray:allow-set-menuEnables the set_menu command without any pre-configured scope.
core:tray:deny-set-menuDenies the set_menu command without any pre-configured scope.
core:tray:allow-set-show-menu-on-left-clickEnables the set_show_menu_on_left_click command without any pre-configured scope.
core:tray:deny-set-show-menu-on-left-clickDenies the set_show_menu_on_left_click command without any pre-configured scope.
core:tray:allow-set-temp-dir-pathEnables the set_temp_dir_path command without any pre-configured scope.
core:tray:deny-set-temp-dir-pathDenies the set_temp_dir_path command without any pre-configured scope.
core:tray:allow-set-titleEnables the set_title command without any pre-configured scope.
core:tray:deny-set-titleDenies the set_title command without any pre-configured scope.
core:tray:allow-set-tooltipEnables the set_tooltip command without any pre-configured scope.
core:tray:deny-set-tooltipDenies the set_tooltip command without any pre-configured scope.
core:tray:allow-set-visibleEnables the set_visible command without any pre-configured scope.
core:tray:deny-set-visibleDenies the set_visible command without any pre-configured scope.

Webview

Default Permission

The default permission, core:webview:default, includes the following:

  • allow-get-all-webviews
  • allow-webview-position
  • allow-webview-size
  • allow-internal-toggle-devtools

Permission Table

IdentifierDescription
core:webview:allow-clear-all-browsing-dataEnables the clear_all_browsing_data command without any pre-configured scope.
core:webview:deny-clear-all-browsing-dataDenies the clear_all_browsing_data command without any pre-configured scope.
core:webview:allow-create-webviewEnables the create_webview command without any pre-configured scope.
core:webview:deny-create-webviewDenies the create_webview command without any pre-configured scope.
core:webview:allow-create-webview-windowEnables the create_webview_window command without any pre-configured scope.
core:webview:deny-create-webview-windowDenies the create_webview_window command without any pre-configured scope.
core:webview:allow-get-all-webviewsEnables the get_all_webviews command without any pre-configured scope.
core:webview:deny-get-all-webviewsDenies the get_all_webviews command without any pre-configured scope.
core:webview:allow-internal-toggle-devtoolsEnables the internal_toggle_devtools command without any pre-configured scope.
core:webview:deny-internal-toggle-devtoolsDenies the internal_toggle_devtools command without any pre-configured scope.
core:webview:allow-printEnables the print command without any pre-configured scope.
core:webview:deny-printDenies the print command without any pre-configured scope.
core:webview:allow-reparentEnables the reparent command without any pre-configured scope.
core:webview:deny-reparentDenies the reparent command without any pre-configured scope.
core:webview:allow-set-webview-focusEnables the set_webview_focus command without any pre-configured scope.
core:webview:deny-set-webview-focusDenies the set_webview_focus command without any pre-configured scope.
core:webview:allow-set-webview-positionEnables the set_webview_position command without any pre-configured scope.
core:webview:deny-set-webview-positionDenies the set_webview_position command without any pre-configured scope.
core:webview:allow-set-webview-sizeEnables the set_webview_size command without any pre-configured scope.
core:webview:deny-set-webview-sizeDenies the set_webview_size command without any pre-configured scope.
core:webview:allow-set-webview-zoomEnables the set_webview_zoom command without any pre-configured scope.
core:webview:deny-set-webview-zoomDenies the set_webview_zoom command without any pre-configured scope.
core:webview:allow-webview-closeEnables the webview_close command without any pre-configured scope.
core:webview:deny-webview-closeDenies the webview_close command without any pre-configured scope.
core:webview:allow-webview-hideEnables the webview_hide command without any pre-configured scope.
core:webview:deny-webview-hideDenies the webview_hide command without any pre-configured scope.
core:webview:allow-webview-positionEnables the webview_position command without any pre-configured scope.
core:webview:deny-webview-positionDenies the webview_position command without any pre-configured scope.
core:webview:allow-webview-showEnables the webview_show command without any pre-configured scope.
core:webview:deny-webview-showDenies the webview_show command without any pre-configured scope.
core:webview:allow-webview-sizeEnables the webview_size command without any pre-configured scope.
core:webview:deny-webview-sizeDenies the webview_size command without any pre-configured scope.

Window

Default Permission

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

Permission Table

IdentifierDescription
core:window:allow-available-monitorsEnables the available_monitors command without any pre-configured scope.
core:window:deny-available-monitorsDenies the available_monitors command without any pre-configured scope.
core:window:allow-centerEnables the center command without any pre-configured scope.
core:window:deny-centerDenies the center command without any pre-configured scope.
core:window:allow-closeEnables the close command without any pre-configured scope.
core:window:deny-closeDenies the close command without any pre-configured scope.
core:window:allow-createEnables the create command without any pre-configured scope.
core:window:deny-createDenies the create command without any pre-configured scope.
core:window:allow-current-monitorEnables the current_monitor command without any pre-configured scope.
core:window:deny-current-monitorDenies the current_monitor command without any pre-configured scope.
core:window:allow-cursor-positionEnables the cursor_position command without any pre-configured scope.
core:window:deny-cursor-positionDenies the cursor_position command without any pre-configured scope.
core:window:allow-destroyEnables the destroy command without any pre-configured scope.
core:window:deny-destroyDenies the destroy command without any pre-configured scope.
core:window:allow-get-all-windowsEnables the get_all_windows command without any pre-configured scope.
core:window:deny-get-all-windowsDenies the get_all_windows command without any pre-configured scope.
core:window:allow-hideEnables the hide command without any pre-configured scope.
core:window:deny-hideDenies the hide command without any pre-configured scope.
core:window:allow-inner-positionEnables the inner_position command without any pre-configured scope.
core:window:deny-inner-positionDenies the inner_position command without any pre-configured scope.
core:window:allow-inner-sizeEnables the inner_size command without any pre-configured scope.
core:window:deny-inner-sizeDenies the inner_size command without any pre-configured scope.
core:window:allow-internal-toggle-maximizeEnables the internal_toggle_maximize command without any pre-configured scope.
core:window:deny-internal-toggle-maximizeDenies the internal_toggle_maximize command without any pre-configured scope.
core:window:allow-is-closableEnables the is_closable command without any pre-configured scope.
core:window:deny-is-closableDenies the is_closable command without any pre-configured scope.
core:window:allow-is-decoratedEnables the is_decorated command without any pre-configured scope.
core:window:deny-is-decoratedDenies the is_decorated command without any pre-configured scope.
core:window:allow-is-enabledEnables the is_enabled command without any pre-configured scope.
core:window:deny-is-enabledDenies the is_enabled command without any pre-configured scope.
core:window:allow-is-focusedEnables the is_focused command without any pre-configured scope.
core:window:deny-is-focusedDenies the is_focused command without any pre-configured scope.
core:window:allow-is-fullscreenEnables the is_fullscreen command without any pre-configured scope.
core:window:deny-is-fullscreenDenies the is_fullscreen command without any pre-configured scope.
core:window:allow-is-maximizableEnables the is_maximizable command without any pre-configured scope.
core:window:deny-is-maximizableDenies the is_maximizable command without any pre-configured scope.
core:window:allow-is-maximizedEnables the is_maximized command without any pre-configured scope.
core:window:deny-is-maximizedDenies the is_maximized command without any pre-configured scope.
core:window:allow-is-minimizableEnables the is_minimizable command without any pre-configured scope.
core:window:deny-is-minimizableDenies the is_minimizable command without any pre-configured scope.
core:window:allow-is-minimizedEnables the is_minimized command without any pre-configured scope.
core:window:deny-is-minimizedDenies the is_minimized command without any pre-configured scope.
core:window:allow-is-resizableEnables the is_resizable command without any pre-configured scope.
core:window:deny-is-resizableDenies the is_resizable command without any pre-configured scope.
core:window:allow-is-visibleEnables the is_visible command without any pre-configured scope.
core:window:deny-is-visibleDenies the is_visible command without any pre-configured scope.
core:window:allow-maximizeEnables the maximize command without any pre-configured scope.
core:window:deny-maximizeDenies the maximize command without any pre-configured scope.
core:window:allow-minimizeEnables the minimize command without any pre-configured scope.
core:window:deny-minimizeDenies the minimize command without any pre-configured scope.
core:window:allow-monitor-from-pointEnables the monitor_from_point command without any pre-configured scope.
core:window:deny-monitor-from-pointDenies the monitor_from_point command without any pre-configured scope.
core:window:allow-outer-positionEnables the outer_position command without any pre-configured scope.
core:window:deny-outer-positionDenies the outer_position command without any pre-configured scope.
core:window:allow-outer-sizeEnables the outer_size command without any pre-configured scope.
core:window:deny-outer-sizeDenies the outer_size command without any pre-configured scope.
core:window:allow-primary-monitorEnables the primary_monitor command without any pre-configured scope.
core:window:deny-primary-monitorDenies the primary_monitor command without any pre-configured scope.
core:window:allow-request-user-attentionEnables the request_user_attention command without any pre-configured scope.
core:window:deny-request-user-attentionDenies the request_user_attention command without any pre-configured scope.
core:window:allow-scale-factorEnables the scale_factor command without any pre-configured scope.
core:window:deny-scale-factorDenies the scale_factor command without any pre-configured scope.
core:window:allow-set-always-on-bottomEnables the set_always_on_bottom command without any pre-configured scope.
core:window:deny-set-always-on-bottomDenies the set_always_on_bottom command without any pre-configured scope.
core:window:allow-set-always-on-topEnables the set_always_on_top command without any pre-configured scope.
core:window:deny-set-always-on-topDenies the set_always_on_top command without any pre-configured scope.
core:window:allow-set-closableEnables the set_closable command without any pre-configured scope.
core:window:deny-set-closableDenies the set_closable command without any pre-configured scope.
core:window:allow-set-content-protectedEnables the set_content_protected command without any pre-configured scope.
core:window:deny-set-content-protectedDenies the set_content_protected command without any pre-configured scope.
core:window:allow-set-cursor-grabEnables the set_cursor_grab command without any pre-configured scope.
core:window:deny-set-cursor-grabDenies the set_cursor_grab command without any pre-configured scope.
core:window:allow-set-cursor-iconEnables the set_cursor_icon command without any pre-configured scope.
core:window:deny-set-cursor-iconDenies the set_cursor_icon command without any pre-configured scope.
core:window:allow-set-cursor-positionEnables the set_cursor_position command without any pre-configured scope.
core:window:deny-set-cursor-positionDenies the set_cursor_position command without any pre-configured scope.
core:window:allow-set-cursor-visibleEnables the set_cursor_visible command without any pre-configured scope.
core:window:deny-set-cursor-visibleDenies the set_cursor_visible command without any pre-configured scope.
core:window:allow-set-decorationsEnables the set_decorations command without any pre-configured scope.
core:window:deny-set-decorationsDenies the set_decorations command without any pre-configured scope.
core:window:allow-set-effectsEnables the set_effects command without any pre-configured scope.
core:window:deny-set-effectsDenies the set_effects command without any pre-configured scope.
core:window:allow-set-enabledEnables the set_enabled command without any pre-configured scope.
core:window:deny-set-enabledDenies the set_enabled command without any pre-configured scope.
core:window:allow-set-focusEnables the set_focus command without any pre-configured scope.
core:window:deny-set-focusDenies the set_focus command without any pre-configured scope.
core:window:allow-set-fullscreenEnables the set_fullscreen command without any pre-configured scope.
core:window:deny-set-fullscreenDenies the set_fullscreen command without any pre-configured scope.
core:window:allow-set-iconEnables the set_icon command without any pre-configured scope.
core:window:deny-set-iconDenies the set_icon command without any pre-configured scope.
core:window:allow-set-ignore-cursor-eventsEnables the set_ignore_cursor_events command without any pre-configured scope.
core:window:deny-set-ignore-cursor-eventsDenies the set_ignore_cursor_events command without any pre-configured scope.
core:window:allow-set-max-sizeEnables the set_max_size command without any pre-configured scope.
core:window:deny-set-max-sizeDenies the set_max_size command without any pre-configured scope.
core:window:allow-set-maximizableEnables the set_maximizable command without any pre-configured scope.
core:window:deny-set-maximizableDenies the set_maximizable command without any pre-configured scope.
core:window:allow-set-min-sizeEnables the set_min_size command without any pre-configured scope.
core:window:deny-set-min-sizeDenies the set_min_size command without any pre-configured scope.
core:window:allow-set-minimizableEnables the set_minimizable command without any pre-configured scope.
core:window:deny-set-minimizableDenies the set_minimizable command without any pre-configured scope.
core:window:allow-set-positionEnables the set_position command without any pre-configured scope.
core:window:deny-set-positionDenies the set_position command without any pre-configured scope.
core:window:allow-set-progress-barEnables the set_progress_bar command without any pre-configured scope.
core:window:deny-set-progress-barDenies the set_progress_bar command without any pre-configured scope.
core:window:allow-set-resizableEnables the set_resizable command without any pre-configured scope.
core:window:deny-set-resizableDenies the set_resizable command without any pre-configured scope.
core:window:allow-set-shadowEnables the set_shadow command without any pre-configured scope.
core:window:deny-set-shadowDenies the set_shadow command without any pre-configured scope.
core:window:allow-set-sizeEnables the set_size command without any pre-configured scope.
core:window:deny-set-sizeDenies the set_size command without any pre-configured scope.
core:window:allow-set-size-constraintsEnables the set_size_constraints command without any pre-configured scope.
core:window:deny-set-size-constraintsDenies the set_size_constraints command without any pre-configured scope.
core:window:allow-set-skip-taskbarEnables the set_skip_taskbar command without any pre-configured scope.
core:window:deny-set-skip-taskbarDenies the set_skip_taskbar command without any pre-configured scope.
core:window:allow-set-themeEnables the set_theme command without any pre-configured scope.
core:window:deny-set-themeDenies the set_theme command without any pre-configured scope.
core:window:allow-set-titleEnables the set_title command without any pre-configured scope.
core:window:deny-set-titleDenies the set_title command without any pre-configured scope.
core:window:allow-set-title-bar-styleEnables the set_title_bar_style command without any pre-configured scope.
core:window:deny-set-title-bar-styleDenies the set_title_bar_style command without any pre-configured scope.
core:window:allow-set-visible-on-all-workspacesEnables the set_visible_on_all_workspaces command without any pre-configured scope.
core:window:deny-set-visible-on-all-workspacesDenies the set_visible_on_all_workspaces command without any pre-configured scope.
core:window:allow-showEnables the show command without any pre-configured scope.
core:window:deny-showDenies the show command without any pre-configured scope.
core:window:allow-start-draggingEnables the start_dragging command without any pre-configured scope.
core:window:deny-start-draggingDenies the start_dragging command without any pre-configured scope.
core:window:allow-start-resize-draggingEnables the start_resize_dragging command without any pre-configured scope.
core:window:deny-start-resize-draggingDenies the start_resize_dragging command without any pre-configured scope.
core:window:allow-themeEnables the theme command without any pre-configured scope.
core:window:deny-themeDenies the theme command without any pre-configured scope.
core:window:allow-titleEnables the title command without any pre-configured scope.
core:window:deny-titleDenies the title command without any pre-configured scope.
core:window:allow-toggle-maximizeEnables the toggle_maximize command without any pre-configured scope.
core:window:deny-toggle-maximizeDenies the toggle_maximize command without any pre-configured scope.
core:window:allow-unmaximizeEnables the unmaximize command without any pre-configured scope.
core:window:deny-unmaximizeDenies the unmaximize command without any pre-configured scope.
core:window:allow-unminimizeEnables the unminimize command without any pre-configured scope.
core:window:deny-unminimizeDenies the unminimize command without any pre-configured scope.

© 2024 Tauri Contributors. CC-BY / MIT