mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-11 12:37:34 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
31 lines
686 B
Markdown
31 lines
686 B
Markdown
# Permissions
|
|
|
|
## allow-is-permission-granted
|
|
|
|
Enables the is_permission_granted command without any pre-configured scope.
|
|
|
|
## deny-is-permission-granted
|
|
|
|
Denies the is_permission_granted command without any pre-configured scope.
|
|
|
|
## allow-notify
|
|
|
|
Enables the notify command without any pre-configured scope.
|
|
|
|
## deny-notify
|
|
|
|
Denies the notify command without any pre-configured scope.
|
|
|
|
## allow-request-permission
|
|
|
|
Enables the request_permission command without any pre-configured scope.
|
|
|
|
## deny-request-permission
|
|
|
|
Denies the request_permission command without any pre-configured scope.
|
|
|
|
## default
|
|
|
|
Allows requesting permission, checking permission state and sending notifications
|
|
|