Interface: AutoplayChangeEvent
Represents the event emitted when a player's autoplay status changes.
Property Type Description Optional typestring = "autoplay" Constant string indicating the event type. actionstring = "toggle" Indicates the autoplay toggle action. previousAutoplayboolean | null The previous autoplay state before the event. currentAutoplayboolean | null The current autoplay state after the event.