Trevixal API
    Preparing search index...

    Interface IframeAttrs

    interface IframeAttrs {
        height?: string | number | null;
        provider?: "youtube" | "vimeo" | "generic";
        src: string;
        title?: string | null;
        width?: string | number | null;
    }
    Index
    height?: string | number | null
    provider?: "youtube" | "vimeo" | "generic"

    Derived from the host when omitted.

    src: string
    title?: string | null
    width?: string | number | null