Web-based responsive document annotation tool
activeannoservice / project.layout / Column
data class Column
A column is part of a row and has a width dependent of screen size. Every row should have at least one column.
Name | Summary |
---|---|
<init> | A column is part of a row and has a width dependent of screen size. Every row should have at least one column.Column(width: ColumnSizes , children: List < LayoutElement >) |
Name | Summary |
---|---|
children | The actual UI elements, elements in the list will just be parsed as html elements one after another in the column.var children: List < LayoutElement > |
width | val width: ColumnSizes |