Preparing search index...
The search index is not available
MFE Documentation
MFE Documentation
AudioMain
<internal>
AudioMainProps
Interface AudioMainProps
Props for the AudioMain component.
interface
AudioMainProps
{
audio_url
:
string
;
handleDuration
:
(
value
:
string
)
=>
void
;
handlePlaying
:
(
value
?:
boolean
)
=>
void
;
playing
?:
boolean
;
}
Index
Properties
audio_
url
handle
Duration
handle
Playing
playing?
Properties
audio_
url
audio_url
:
string
handle
Duration
handleDuration
:
(
value
:
string
)
=>
void
handle
Playing
handlePlaying
:
(
value
?:
boolean
)
=>
void
Optional
playing
playing
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
audio_
url
handle
Duration
handle
Playing
playing
MFE Documentation
Loading...
Props for the AudioMain component.