InterfaceAudio System@public
FlxAudioControlsOptions
Options for link.
ts
export interface FlxAudioControlsOptions1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
ariaLabel | - | string | Accessible label for the control group. |
className | - | string | Optional CSS class names applied to the root. |
container | - | HTMLElement | Overlay host. Defaults to document.body. |
persist | - | boolean | string | Persist preferences in localStorage. true uses a default key. |
placement | - | 'host' | 'viewport' | Whether positioning is relative to the host or viewport. |
position | - | FlxAudioControlsPosition | Screen corner. Defaults to bottom-right. |