components
0.14.4
js
components
/
dev.fritz2.components
/
NavbarComponent
Navbar
Component
js
open
class
NavbarComponent
:
Component
<
Unit
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Navbar
Component
Link copied to clipboard
js
fun
NavbarComponent
(
)
Content copied to clipboard
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