openpencil/packages/docs/de/programmable/sdk/api/advanced/use-toolbar-state.md

17 lines
512 B
Markdown
Raw Normal View History

---
title: useToolbarState
description: Darstellungsorientierter Toolbar-Zustand-Hilfsmittel für mobiles Kategorie-Paging.
---
# useToolbarState
`useToolbarState()` gibt mobilen Kategorie-Paging-Zustand und Hilfsmittel wie `goPrev()` und `goNext()` für responsive Toolbar-Shells zurück.
Verwenden Sie es beim Erstellen von Toolbar-Layouts auf Basis von `ToolbarRoot`.
## Verwandte APIs
- [ToolbarRoot](../components/toolbar-root)
- [ToolbarItem](../components/toolbar-item)
- [useToolbar](./use-toolbar)