UMD Web Elements Library
    Preparing search index...

    Interface MediaProps

    interface MediaProps {
        autoPlay?: boolean;
        controls?: boolean;
        loop?: boolean;
        muted?: boolean;
        poster?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoPlay?: boolean
    controls?: boolean
    loop?: boolean
    muted?: boolean
    poster?: string