Skip to content

Permissions

Tauri capability permissions for this plugin.

Default Permission

Default permissions for the widgets plugin — enables all commands.

This default permission set includes the following:

  • allow-set-items
  • allow-get-items
  • allow-set-register-widget
  • allow-reload-all-timelines
  • allow-reload-timelines
  • allow-request-widget
  • allow-create-widget-window
  • allow-close-widget-window
  • allow-set-widget-config
  • allow-get-widget-config
  • allow-widget-action
  • allow-poll-pending-actions
  • allow-report-receipt
  • allow-get-widget-diagnostics
  • allow-get-widget-trace
  • allow-flush-widget-trace

Permission Table

IdentifierDescription

widgets:allow-close-widget-window

Enables the close_widget_window command without any pre-configured scope.

widgets:deny-close-widget-window

Denies the close_widget_window command without any pre-configured scope.

widgets:allow-create-widget-window

Enables the create_widget_window command without any pre-configured scope.

widgets:deny-create-widget-window

Denies the create_widget_window command without any pre-configured scope.

widgets:allow-flush-widget-trace

Enables the flush_widget_trace command without any pre-configured scope.

widgets:deny-flush-widget-trace

Denies the flush_widget_trace command without any pre-configured scope.

widgets:allow-get-items

Enables the get_items command without any pre-configured scope.

widgets:deny-get-items

Denies the get_items command without any pre-configured scope.

widgets:allow-get-widget-config

Enables the get_widget_config command without any pre-configured scope.

widgets:deny-get-widget-config

Denies the get_widget_config command without any pre-configured scope.

widgets:allow-get-widget-diagnostics

Enables the get_widget_diagnostics command without any pre-configured scope.

widgets:deny-get-widget-diagnostics

Denies the get_widget_diagnostics command without any pre-configured scope.

widgets:allow-get-widget-trace

Enables the get_widget_trace command without any pre-configured scope.

widgets:deny-get-widget-trace

Denies the get_widget_trace command without any pre-configured scope.

widgets:allow-poll-pending-actions

Enables the poll_pending_actions command without any pre-configured scope.

widgets:deny-poll-pending-actions

Denies the poll_pending_actions command without any pre-configured scope.

widgets:allow-reload-all-timelines

Enables the reload_all_timelines command without any pre-configured scope.

widgets:deny-reload-all-timelines

Denies the reload_all_timelines command without any pre-configured scope.

widgets:allow-reload-timelines

Enables the reload_timelines command without any pre-configured scope.

widgets:deny-reload-timelines

Denies the reload_timelines command without any pre-configured scope.

widgets:allow-report-receipt

Enables the report_receipt command without any pre-configured scope.

widgets:deny-report-receipt

Denies the report_receipt command without any pre-configured scope.

widgets:allow-request-widget

Enables the request_widget command without any pre-configured scope.

widgets:deny-request-widget

Denies the request_widget command without any pre-configured scope.

widgets:allow-set-items

Enables the set_items command without any pre-configured scope.

widgets:deny-set-items

Denies the set_items command without any pre-configured scope.

widgets:allow-set-register-widget

Enables the set_register_widget command without any pre-configured scope.

widgets:deny-set-register-widget

Denies the set_register_widget command without any pre-configured scope.

widgets:allow-set-widget-config

Enables the set_widget_config command without any pre-configured scope.

widgets:deny-set-widget-config

Denies the set_widget_config command without any pre-configured scope.

widgets:allow-widget-action

Enables the widget_action command without any pre-configured scope.

widgets:deny-widget-action

Denies the widget_action command without any pre-configured scope.

Released under the MIT License. · Contributing