New to wireframes? Start with UI Customization Concepts and the Template Variables overview.
Overview
The Area feature draws rectangle “area annotations” used to highlight regions of the page (often paired with a comment). The Area feature has limited wireframe support — no dedicated*-wireframe tag is registered for its primitives. The variables below describe the componentConfig exposed by <velt-area-pin-portal>:
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
The Area feature has three customer-facing primitives. Onlyarea-pin-portal registers a wireframe tag.
area-pin-portal
The rendered area-pin overlay — the only Area primitive with a wireframe tag.
- Public element:
<velt-area-pin-portal>
area-tool
The trigger to draw a new area.
- Public element:
<velt-area-tool>
area-container
The per-document container that orchestrates all area pins.
- Public element:
<velt-area-container>
Related
- Template Variables — overview of the
velt-data/velt-if/velt-classsystem.

