UMD Web Elements Library
    Preparing search index...

    Interface MediaComponentProps

    interface MediaComponentProps {
        altText?: string;
        autoPlay?: boolean;
        caption?: ContentElement;
        controls?: boolean;
        credit?: ContentElement;
        image?: HTMLImageElement | HTMLAnchorElement | null;
        isAspectStandard?: boolean;
        isScaled?: boolean;
        loop?: boolean;
        muted?: boolean;
        poster?: string;
        title?: string;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    altText?: string
    autoPlay?: boolean
    caption?: ContentElement
    controls?: boolean
    image?: HTMLImageElement | HTMLAnchorElement | null
    isAspectStandard?: boolean
    isScaled?: boolean
    loop?: boolean
    muted?: boolean
    poster?: string
    title?: string
    video?: VideoElement