components
/
dev.fritz2.components
/
NavbarComponent
js
Navbar
Component
open class
NavbarComponent
:
Component
<
Unit
>
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
render
Link copied to clipboard
js
open override fun
render
(context:
RenderContext
, styling:
BoxParams
.() ->
Unit
, baseClass:
StyleClass
, id:
String
?, prefix:
String
)
Content copied to clipboard
Central method that should do the actual rendering of a component.
Properties
actions
Link copied to clipboard
js
val
actions
:
ComponentProperty
<
RenderContext
.() ->
Unit
>
Content copied to clipboard
brand
Link copied to clipboard
js
val
brand
:
ComponentProperty
<
RenderContext
.() ->
Unit
>
Content copied to clipboard