Web-based responsive document annotation tool
activeannoservice / api.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
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 >) |
Name | Summary |
---|---|
pages | val pages: Map < String , Page > |
userInfo | val userInfo: Map < UserIdentifier , UserInfo > |