HeaderContext

class HeaderContext

This context class integrates the configuration and the DSL for the common header aspects.

The following aspects can be configured:

  • the general styling of the header

  • enable or disable the pinning of the header during the scrolling

  • adjust the height for the fixed header

Constructors

HeaderContext
Link copied to clipboard
js
fun HeaderContext()

Properties

fixedHeader
Link copied to clipboard
js
val fixedHeader: ComponentProperty<Boolean>
fixedHeaderHeight
Link copied to clipboard
js
val fixedHeaderHeight: ComponentProperty<Property>
styling
Link copied to clipboard
js
val styling: ComponentProperty<Style<BasicParams>>