ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.pagesetup / Page

Page

data class Page

A Page represents a UI page of the frontend, optionally with a badgeCount to indicate how many interactions are waiting for the user

Constructors

Name Summary
<init> A Page represents a UI page of the frontend, optionally with a badgeCount to indicate how many interactions are waiting for the userPage(badgeCount: Long? = null)

Properties

Name Summary
badgeCount val badgeCount: Long?