An HTML template that describes the HTML to use for new circle markup. It's expected that the template contains a <vertex-viewer-markup-circle>
.
If true
, disables adding or editing of markup through user interaction.
The style of the ending anchor. This defaults to 'arrow-triangle.'
An HTML template that describes the HTML to use for new freeform markup. It's expected that the template contains a <vertex-viewer-markup-freeform>
.
Indicates if new markup should be automatically selected.
The ID of the markup that is selected.
The style of the starting anchor. This defaults to none.
The type of markup to perform.
The viewer to connect to markup. If nested within a
Dispatched when a new markup is added, either through user interaction or programmatically.
Dispatched when an existing piece of markup is changed, either through user interaction or programmatically.
Dispatched when a markup is removed, either through user interaction or programmatically.
Dispatched when markup selection changes. Will either be the selected element or undefined
indicating that selection was cleared.
An HTML template that describes the HTML to use for new arrow markup. It's expected that the template contains a
<vertex-viewer-markup-arrow>
.