NavbarType

enum NavbarType : Enum<NavbarType> , CssClass

Navbar types.

Entries

STICKYTOP
Link copied to clipboard
js
STICKYTOP("sticky-top")
FIXEDBOTTOM
Link copied to clipboard
js
FIXEDBOTTOM("fixed-bottom")
FIXEDTOP
Link copied to clipboard
js
FIXEDTOP("fixed-top")

Properties

className
Link copied to clipboard
js
open override val className: String
name
Link copied to clipboard
js
val name: String
ordinal
Link copied to clipboard
js
val ordinal: Int