Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a video card.

    interface VideoCard {
        aspect: string;
        autoloop: boolean;
        autostart: boolean;
        buttons: CardAction[];
        duration: string;
        image: ThumbnailUrl;
        media: MediaUrl[];
        shareable: boolean;
        subtitle: string;
        text: string;
        title: string;
        value: any;
    }
    Index

    Properties

    aspect: string

    The aspect ratio of the video card.

    autoloop: boolean

    Indicates whether the video card should auto-loop.

    autostart: boolean

    Indicates whether the video card should auto-start.

    buttons: CardAction[]

    The buttons of the video card.

    duration: string

    The duration of the video card.

    The image thumbnail of the video card.

    media: MediaUrl[]

    The media URLs of the video card.

    shareable: boolean

    Indicates whether the video card is shareable.

    subtitle: string

    The subtitle of the video card.

    text: string

    The text of the video card.

    title: string

    The title of the video card.

    value: any

    The value of the video card.