VideoCard interface
Represents a video card.
Properties
| aspect | The aspect ratio of the video card. |
| autoloop | Indicates whether the video card should auto-loop. |
| autostart | Indicates whether the video card should auto-start. |
| buttons | The buttons of the video card. |
| duration | The duration of the video card. |
| image | The image thumbnail of the video card. |
| media | The media URLs of the video card. |
| shareable | Indicates whether the video card is shareable. |
| subtitle | The subtitle of the video card. |
| text | The text of the video card. |
| title | The title of the video card. |
| value | The value of the video card. |
Property Details
aspect
The aspect ratio of the video card.
aspect: string
Property Value
string
autoloop
Indicates whether the video card should auto-loop.
autoloop: boolean
Property Value
boolean
autostart
Indicates whether the video card should auto-start.
autostart: boolean
Property Value
boolean
buttons
duration
The duration of the video card.
duration: string
Property Value
string
image
media
shareable
Indicates whether the video card is shareable.
shareable: boolean
Property Value
boolean
subtitle
The subtitle of the video card.
subtitle: string
Property Value
string
text
The text of the video card.
text: string
Property Value
string
title
The title of the video card.
title: string
Property Value
string
value
The value of the video card.
value: any
Property Value
any