Documentation
Preparing search index...
@music-ui/react
<internal>
PlayerContextType
Type Alias PlayerContextType
type
PlayerContextType
=
{
currentScore
:
Score
|
null
;
player
:
Player
|
null
;
setCurrentScore
:
Dispatch
<
SetStateAction
<
Score
|
null
>
>
;
}
Index
Properties
current
Score
player
set
Current
Score
Properties
current
Score
currentScore
:
Score
|
null
player
player
:
Player
|
null
set
Current
Score
setCurrentScore
:
Dispatch
<
SetStateAction
<
Score
|
null
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Score
player
set
Current
Score
Documentation
Loading...