alchemist
Toggle table of contents
36.0.11
js
Platform filter
js
Switch theme
Search in API
alchemist
alchemist-web-renderer
/
it.unibo.alchemist.boundary.webui.client.adapters.reactBootstrap.navbar
/
NavbarProps
Navbar
Props
js
external
interface
NavbarProps
:
PropsWithChildren
Props used to customize the Navbar.
Members
Properties
bg
Link copied to clipboard
js
abstract
var
bg
:
String
bg props.
children
Link copied to clipboard
js
abstract
var
children
:
ReactNode
?
key
Link copied to clipboard
js
abstract
var
key
:
Key
?
variant
Link copied to clipboard
js
abstract
var
variant
:
String
variant props.
Functions
child
Link copied to clipboard
js
open
inline
fun
<
P
:
Props
>
child
(
type
:
ElementType
<
P
>
,
props
:
P
)
invoke
Link copied to clipboard
js
open
inline operator
fun
<
P
:
Props
>
ElementType
<
P
>
.
invoke
(
)
open
inline operator
fun
<
P
:
Props
>
ElementType
<
P
>
.
invoke
(
noinline
block
:
P
.
(
)
->
Unit
)
open
inline operator
fun
<
T
>
Provider
<
T
>
.
invoke
(
value
:
T
,
noinline
block
:
ChildrenBuilder
.
(
)
->
Unit
)
unary
Plus
Link copied to clipboard
js
open
inline operator
fun
Char
.
unaryPlus
(
)
open
inline operator
fun
String
?
.
unaryPlus
(
)
open
inline operator
fun
ReactNode
?
.
unaryPlus
(
)
open
inline operator
fun
Props
?
.
unaryPlus
(
)