Websites v4 docs v5.2.4
    Preparing search index...

    Interface VideoFieldElement

    interface VideoFieldElement {
        autoplay: boolean;
        controls: boolean;
        height?: number;
        image?: { alt: string; src?: string };
        lazyLoading?: boolean;
        loop: boolean;
        muted: boolean;
        src: string;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoplay: boolean
    controls: boolean
    height?: number
    image?: { alt: string; src?: string }
    lazyLoading?: boolean
    loop: boolean
    muted: boolean
    src: string
    width?: number