Web-based responsive document annotation tool
activeannoservice / project.layout.elements.display / Icon
data class Icon : DisplayElement
Display a material icon
| Name | Summary |
|---|---|
| <init> | Display a material iconIcon(name: String, interactive: Boolean = false) |
| 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 |