ecspresso
Preparing search index...
plugins/audio
AudioEventTypes
Interface AudioEventTypes<Ch>
Event types provided by the audio plugin.
interface
AudioEventTypes
<
Ch
extends
string
=
string
>
{
playSound
:
PlaySoundEvent
<
Ch
>
;
soundEnded
:
SoundEndedEvent
;
stopMusic
:
StopMusicEvent
<
Ch
>
;
}
Type Parameters
Ch
extends
string
=
string
Index
Properties
play
Sound
sound
Ended
stop
Music
Properties
play
Sound
playSound
:
PlaySoundEvent
<
Ch
>
sound
Ended
soundEnded
:
SoundEndedEvent
stop
Music
stopMusic
:
StopMusicEvent
<
Ch
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
play
Sound
sound
Ended
stop
Music
ecspresso
Loading...
Event types provided by the audio plugin.