38 lines
513 B
Markdown

**STRUCT**
# `ToolbarView`
A toolbar view widget.
## Properties
### `content`
The sidebar's content.
### `toolbar`
The toolbars.
### `bottom`
Whether the toolbars are bottom toolbars.
### `visible`
Whether the toolbar is visible.
### `toolbarID`
The identifier of the toolbar content.
## Methods
### `container()`
Get the container of the toolbar view widget.
- Returns: The view storage.
### `update(_:)`
Update the view storage of the toolbar view widget.
- Parameter storage: The view storage.