toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-mui-base
/
mui.base
/
UseSnackbarRootSlotOwnProps
Use
Snackbar
Root
Slot
Own
Props
external
interface
UseSnackbarRootSlotOwnProps
:
Props
(
source
)
Members
Properties
key
Link copied to clipboard
abstract
var
key
:
Key
?
on
Blur
Link copied to clipboard
abstract
var
onBlur
:
FocusEventHandler
<
*
>
on
Focus
Link copied to clipboard
abstract
var
onFocus
:
FocusEventHandler
<
*
>
on
Mouse
Enter
Link copied to clipboard
abstract
var
onMouseEnter
:
MouseEventHandler
<
*
>
on
Mouse
Leave
Link copied to clipboard
abstract
var
onMouseLeave
:
MouseEventHandler
<
*
>
role
Link copied to clipboard
abstract
var
role
:
AriaRole
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)