Skip to main content
Version: v2.9.1

Interface: VolumeChangeEvent

Represents the event emitted when a player's volume is adjusted.

Property Type Description Optional
typestring = "volume"Constant string indicating the event type.
actionstring = "adjust"The action performed on the volume.
previousVolumenumber | nullThe volume level before the change, or null if unknown.
currentVolumenumber | nullThe volume level after the change, or null if unknown.