render

fun SimplePanel.render(component: Component<*>): Effect

Synchronously renders component on this SimplePanel and returns effect.


fun <TConfig : Any> SimplePanel.render(component: Component<TConfig>, config: TConfig.() -> Unit): Effect

Applies config to component, synchronously renders it on this SimplePanel and returns effect.