HTMLAudioElement interface that extends HTMLMediaElement interface..
Extends
Media<AudioProps,AudioState>
Constructors
new Audio()
new Audio(props): Audio
Parameters
props
AudioProps & MediaProps & ViewProps
Returns
Audio
Overrides
Properties
context
context:unknown
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
Example
See
React DocsInherited from
Media.context
props
readonly props: Readonly<AudioProps & MediaProps & ViewProps>
Inherited from
Media.props

