ManagedComponent

interface ManagedComponent<T>

This interface marks

Types

Companion
Link copied to clipboard
js
object Companion

Functions

render
Link copied to clipboard
js
abstract fun render(styling: BoxParams.() -> Unit, baseClass: StyleClass, id: String?, prefix: String): T
Central method that should do the actual rendering of a managed component.

Inheritors

ModalComponent
Link copied to clipboard
ToastComponent
Link copied to clipboard