New to wireframes? Start with UI Customization Concepts and the Template Variables overview.
Overview
The View Analytics feature surfaces the “who’s viewed this document today” indicator. Variables below are available inside any<velt-view-analytics-...-wireframe> tag via three forms:
This feature uses the flat-config access pattern — variables are referenced via the explicit
componentConfig.<path> form. The trigger and the dialog / bottom-sheet variants expose different variable sets (documented separately below).Component Config — View Analytics
State on the<velt-view-analytics> trigger.
Component Config — View Analytics Dialog / Bottom Sheet
State shared between<velt-view-analytics-dialog> and <velt-view-analytics-bottom-sheet> (same data, different presentation).
Type Reference
Types referenced by the variables above:Subcomponents
Each subcomponent below has its own wireframe tag.view-analytics
The trigger button that shows the “N people viewed today” badge.
- Public element:
<velt-view-analytics> - Wireframe tag:
<velt-view-analytics-wireframe>
view-analytics-dialog
The desktop popover listing recent viewers.
- Public element:
<velt-view-analytics-dialog> - Wireframe tag:
<velt-view-analytics-dialog-wireframe>
view-analytics-bottom-sheet
The mobile bottom-sheet variant of the dialog — same data, mobile UX.
- Public element:
<velt-view-analytics-bottom-sheet> - Wireframe tag:
<velt-view-analytics-bottom-sheet-wireframe>
Related
- Template Variables — overview of the
velt-data/velt-if/velt-classsystem.

