Entracte (TypeScript)
Preparing search index...
views/settings/components/sound-controls
SoundControlsProps
Type Alias SoundControlsProps
type
SoundControlsProps
=
{
isSupporter
?:
boolean
;
onChange
:
(
next
:
BreakSound
)
=>
void
;
sound
:
BreakSound
;
volume
:
number
;
}
Index
Properties
is
Supporter?
on
Change
sound
volume
Properties
Optional
is
Supporter
isSupporter
?:
boolean
on
Change
onChange
:
(
next
:
BreakSound
)
=>
void
sound
sound
:
BreakSound
volume
volume
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Supporter
on
Change
sound
volume
Entracte (TypeScript)
Loading...