components
/
dev.fritz2.components
/
ManagedComponent
js
Managed
Component
interface
ManagedComponent
<
T
>
Content copied to clipboard
This interface marks
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
render
Link copied to clipboard
js
abstract fun
render
(styling:
BoxParams
.() ->
Unit
, baseClass:
StyleClass
, id:
String
?, prefix:
String
):
T
Content copied to clipboard
Central method that should do the actual rendering of a managed component.
Inheritors
ModalComponent
Link copied to clipboard
ToastComponent
Link copied to clipboard