ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout.elements.display / Icon

Icon

data class Icon : DisplayElement

Display a material icon

Constructors

Name Summary
<init> Display a material iconIcon(name: String, interactive: Boolean = false)

Properties

Name Summary
interactive Should the icon be displayed as being interactive (with some interaction effect) or just a static icon? Might be set to true for Popovers on iconsval interactive: Boolean
name Material Icon nameval name: String