Constructor
new AudioComponent(dataObjectopt, optionsopt)
Parameters:
Name | Type | Attributes | Default | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dataObject |
DataObject |
<optional> |
null | ||||||||||||||||
options |
Object |
<optional> |
Properties
|
- Source:
- To Do:
-
- Actually display the icon
Example
const audioComponent = new AudioComponent(undefined, {
audio: '/media/sound.wav'
})
Members
audio :HTMLAudioElement
Type:
- HTMLAudioElement