Content Preview Pane
Displays a pane with previews of all musical divisions (mdivs), each rendered using the ContentPreviewMdiv component.
Overview
The ContentPreviewPane component:
- Shows a scrollable pane on the right side of the app
- Renders a
ContentPreviewMdivcomponent for each mdiv (musical division) - Is only visible when the measure list is enabled (
showMeasureListis true in the store)
Layout
- Pane: Fixed width, scrollable, right-aligned
- Content: One
ContentPreviewMdivper mdiv
Props
None
Computed Properties
| Name | Description |
|---|---|
| mdivs | Returns all mdivs (musical divisions) from the store |
| visible | Determines if the pane should be visible |
Methods
None
Example
<ContentPreviewPane />