kvision / pl.treksoft.kvision.core / Container / addAll

addAll

abstract fun addAll(children: List<Component>): Container

Adds a list of components to the current container.

Parameters

children - list of child components

Return
current container