ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.pagesetup / PageSetup

PageSetup

data class PageSetup

Model for frontend communication representing the PageSetup, controlling the layout and core data for the page setup of the frontend

Constructors

Name Summary
<init> Model for frontend communication representing the PageSetup, controlling the layout and core data for the page setup of the frontendPageSetup(pages: Map<String, Page>, userInfo: Map<UserIdentifier, UserInfo>)

Properties

Name Summary
pages val pages: Map<String, Page>
userInfo val userInfo: Map<UserIdentifier, UserInfo>