Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VertexViewerMarkupTool

Hierarchy

  • VertexViewerMarkupTool

Index

Properties

arrowTemplateId?: string

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>.

circleTemplateId?: string

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>.

disabled?: boolean

Disables markups.

This property will automatically be set when a child of a <vertex-viewer-markup> element.

endLineAnchorStyle?: LineAnchorStyle

The style of the ending anchor. This defaults to 'arrow-triangle.'

freeformTemplateId?: string

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>.

startLineAnchorStyle?: LineAnchorStyle

The style of the starting anchor. This defaults to none.

tool?: ViewerMarkupToolType

The type of markup.

This property will automatically be set when a child of a <vertex-viewer-markup> element.

viewer?: HTMLVertexViewerElement

The viewer to connect to markup.

This property will automatically be set when a child of a <vertex-viewer-markup> or <vertex-viewer> element.

Methods