play
Summary
Stop the currently playing track and start the requested one.Signature
Parameters
music
Type:string
Key that identifies the track (as passed to load).
Returns
Type:void
Stop the currently playing track and start the requested one.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stop the currently playing track and start the requested one.
play(music: string): void;
string
Key that identifies the track (as passed to load).
void
Stop the currently playing track and start the requested one.