mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
f209b2f23c
* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
166 lines
1.8 KiB
Markdown
166 lines
1.8 KiB
Markdown
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-check-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the check_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-check-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the check_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-clear-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the clear_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-clear-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the clear_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-clear-watch`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the clear_watch command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-clear-watch`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the clear_watch command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-get-current-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the get_current_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-get-current-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the get_current_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-request-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the request_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-request-permissions`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the request_permissions command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:allow-watch-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the watch_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`geolocation:deny-watch-position`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the watch_position command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|