Files
tauri-plugins-workspace/plugins/positioner/permissions/autogenerated/reference.md
T
2024-09-28 20:50:57 +03:00

42 lines
437 B
Markdown

## 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>