Root

abstract class Root : Component<Unit>

Root component. Supposed to be rendered right in the Root panel. Note that Component.Root can not be configured.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun apply(block: Unit.() -> Unit)

Applies TConfig configuration for this component.

Link copied to clipboard
abstract fun SimplePanel.render(): Effect

Renders this component on SimplePanel and returns an effect of rendering.