Web-based responsive document annotation tool
activeannoservice / project.layout / LayoutArea
data class LayoutArea
Mapping of layout areas to list of rows containing UI elements
| Name | Summary | 
|---|---|
| <init> | Mapping of layout areas to list of rows containing UI elementsLayoutArea(id: LayoutAreaType, rows: List<Row>) | 
    
| Name | Summary | 
|---|---|
| id | val id: LayoutAreaType | 
    
| rows | val rows: List<Row> |