GitHub
Preparing search index...
The search index is not available
@theoplayer/react-ui
@theoplayer/react-ui
PlaybackRateMenuProps
Interface PlaybackRateMenuProps
interface
PlaybackRateMenuProps
{
attributeChangedCallback
?:
(
attrName
:
string
,
oldValue
:
any
,
newValue
:
any
,
)
=>
void
;
children
?:
ReactNode
;
closeMenu
?:
()
=>
void
;
closeOnInput
?:
boolean
;
connectedCallback
?:
()
=>
void
;
disconnectedCallback
?:
()
=>
void
;
heading
?:
ReactNode
;
openMenu
?:
()
=>
void
;
}
Hierarchy (
View Summary
)
CommonMenuProps
PropsWithoutRef
<
WebComponentProps
<
PlaybackRateMenuElement
>
>
PlaybackRateMenuProps
Index
Properties
attribute
Changed
Callback?
children?
close
Menu?
close
On
Input?
connected
Callback?
disconnected
Callback?
heading?
open
Menu?
Properties
Optional
attribute
Changed
Callback
attributeChangedCallback
?:
(
attrName
:
string
,
oldValue
:
any
,
newValue
:
any
,
)
=>
void
Optional
children
children
?:
ReactNode
The menu's contents.
Optional
close
Menu
closeMenu
?:
()
=>
void
Type declaration
()
:
void
Close the menu.
Returns
void
Optional
close
On
Input
closeOnInput
?:
boolean
Optional
connected
Callback
connectedCallback
?:
()
=>
void
Optional
disconnected
Callback
disconnectedCallback
?:
()
=>
void
Optional
heading
heading
?:
ReactNode
A slot for the menu's heading.
Optional
open
Menu
openMenu
?:
()
=>
void
Type declaration
()
:
void
Open the menu.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attribute
Changed
Callback
children
close
Menu
close
On
Input
connected
Callback
disconnected
Callback
heading
open
Menu
GitHub
@theoplayer/react-ui
Loading...
The menu's contents.