toggle menu
alchemist
34.1.9
js
switch theme
search in API
alchemist-web-renderer
/
it.unibo.alchemist.boundary.webui.client.adapters.reactBootstrap.buttons
/
ToggleButtonProps
Toggle
Button
Props
js
external
interface
ToggleButtonProps
:
PropsWithChildren
Props used to customize the ToggleButton.
Members
Properties
children
Link copied to clipboard
js
abstract
var
children
:
ReactNode
?
id
Link copied to clipboard
js
abstract
var
id
:
String
id props, required.
key
Link copied to clipboard
js
abstract
var
key
:
Key
?
value
Link copied to clipboard
js
abstract
var
value
:
Any
value 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
<
T
>
ContextType
<
T
>
.
invoke
(
noinline
block
:
ProviderProps
<
T
>
.
(
)
->
Unit
)
open
inline operator
fun
<
P
:
Props
>
ElementType
<
P
>
.
invoke
(
noinline
block
:
P
.
(
)
->
Unit
)
open
inline operator
fun
<
T
>
ContextType
<
T
>
.
invoke
(
value
:
T
,
noinline
block
:
ChildrenBuilder
.
(
)
->
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
(
)