Skip to content

AnnotationsList

Panoramax.components.menus.AnnotationsList ⇐ lit.LitElement

Kind: static class of Panoramax.components.menus
Extends: lit.LitElement
Emits: edit-click, delete-click
Element: pnx-annotations-list

new AnnotationsList()

Annotations list shows listing of tagged picture areas. It uses the parent component currently selected picture.

Example

<pnx-annotations-list _parent=${viewer} />

annotationsList.properties : Object

Component properties.

Kind: instance property of AnnotationsList
Properties

Name Type Default Description
[editable] boolean false Show an "Edit" button ?

"edit-click"

Event for edit button click

Kind: event emitted by AnnotationsList
Properties

Name Type Description
detail.annotation object The annotation to delete

"delete-click"

Event for delete button click

Kind: event emitted by AnnotationsList
Properties

Name Type Description
detail.annotation object The annotation to delete