New to wireframes? Start with UI Customization Concepts and the Template Variables overview.
Overview
The Live Selection feature renders the floating “user X is selecting this” indicator anchored to a remote user’s current selection range. The variables below describe the runtime model. Once wireframe-tag interpolation ships for this feature, they will be readable via three forms:This feature uses the flat-config access pattern — variables are referenced via the explicit
componentConfig.<path> form.Component Config
Type Reference
Types referenced by the variables above:Subcomponents
selection-element-portal
The floating user-indicator (avatar / name / colour bar) anchored to a remote user’s current selection range.
- Public element:
<velt-selection-element-portal> - Wireframe (HTML): No direct wireframe slot — the selection feature has limited wireframe support; per-element visual customization is not currently exposed via a dedicated
*-wireframetag. - Wireframe (React): No direct wireframe slot.
Related
- Live Selection — wireframe overview and default markup for this primitive.
- Template Variables — overview of the
velt-data/velt-if/velt-classsystem.

