ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout.elements.display / Popover

Popover

data class Popover : DisplayElement

A popover element, providing the ability to hide information (no interactions!) befind a popover

Constructors

Name Summary
<init> A popover element, providing the ability to hide information (no interactions!) befind a popoverPopover(targets: PopoverTarget, content: PopoverContent, trigger: PopoverTrigger = PopoverTrigger.CLICK)

Properties

Name Summary
content val content: PopoverContent
targets val targets: PopoverTarget
trigger val trigger: PopoverTrigger