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
Adds a new markup as a child to this component. A new markup component will be created from the template specified by arrow-template-id
, circle-template-id
, or if undefined a default element will be created.
The markup to add.
The markup element that was created.
Returns the markup element associated to the given ID.
The ID of the markup element to return.
A markup element, or undefined
.
Returns a list of markup elements that are children of this component.
A list of all markups.
Removes a markup with the given ID, and returns the HTML element associated to the markup. Returns undefined
if no markup is found.
The ID of the markup to remove.
The markup element, or undefined.
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>
.