kvision / pl.treksoft.kvision.panel / Root / <init>

<init>

Root(id: String, fixed: Boolean = false)

Parameters

id - ID attribute of element in the main HTML file

fixed - if false, the container is rendered with Bootstrap "container-fluid" class, otherwise it's rendered with "container" class (default is false)

Constructor