NavbarComponent

open class NavbarComponent : Component<Unit>

Types

Companion
Link copied to clipboard
js
object Companion

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
render
Link copied to clipboard
js
open override fun render(context: RenderContext, styling: BoxParams.() -> Unit, baseClass: StyleClass, id: String?, prefix: String)
Central method that should do the actual rendering of a component.
toString
Link copied to clipboard
js
open fun toString(): String

Properties

actions
Link copied to clipboard
js
val actions: ComponentProperty<RenderContext.() -> Unit>
brand
Link copied to clipboard
js
val brand: ComponentProperty<RenderContext.() -> Unit>