Skip to content
InterfaceAudio System@public

FlxAudioControlsOptions

Options for link.

ts
export interface FlxAudioControlsOptions

Properties

PropertyModifiersTypeDescription
ariaLabel-stringAccessible label for the control group.
className-stringOptional CSS class names applied to the root.
container-HTMLElementOverlay host. Defaults to document.body.
persist-boolean | stringPersist preferences in localStorage. true uses a default key.
placement-'host' | 'viewport'Whether positioning is relative to the host or viewport.
position-FlxAudioControlsPositionScreen corner. Defaults to bottom-right.

Released under the MIT License.