AudioCard interface
Interface representing an Audio Card.
Properties
aspect | The aspect ratio of the card. |
autoloop | Indicates whether the card should auto-loop. |
autostart | Indicates whether the card should auto-start. |
buttons | The buttons to be displayed on the card. |
duration | The duration of the audio. |
image | The image to be displayed on the card. |
media | The media URLs or objects. |
shareable | Indicates whether the card is shareable. |
subtitle | The subtitle of the card. |
text | The text content of the card. |
title | The title of the card. |
value | Additional value for the card. |
Property Details
aspect
The aspect ratio of the card.
aspect: string
Property Value
string
autoloop
Indicates whether the card should auto-loop.
autoloop: boolean
Property Value
boolean
autostart
Indicates whether the card should auto-start.
autostart: boolean
Property Value
boolean
buttons
The buttons to be displayed on the card.
buttons: CardAction[]
Property Value
CardAction[]
duration
The duration of the audio.
duration: string
Property Value
string
image
media
shareable
Indicates whether the card is shareable.
shareable: boolean
Property Value
boolean
subtitle
The subtitle of the card.
subtitle: string
Property Value
string
text
The text content of the card.
text: string
Property Value
string
title
The title of the card.
title: string
Property Value
string
value
Additional value for the card.
value: any
Property Value
any