```
## Praktische Beispiele
### Menüeinträge sperren
```ts
const { canMoveToPage, canGoToMainComponent } = useSelectionCapabilities()
```
### Zoom-Befehle nur aktivieren, wenn sinnvoll
```ts
const { canZoomToSelection } = useSelectionCapabilities()
```
## Verwandte APIs
- [useSelectionState](./use-selection-state)
- [useEditorCommands](./use-editor-commands)