You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/positioner/permissions/autogenerated/reference.md

42 lines
438 B

## Default Permission
Allows the move_window command
- `allow-move-window`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`positioner:allow-move-window`
</td>
<td>
Enables the move_window command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`positioner:deny-move-window`
</td>
<td>
Denies the move_window command without any pre-configured scope.
</td>
</tr>
</table>