UMD Web Elements Library
    Preparing search index...

    Interface AssetProps

    interface AssetProps {
        image?: HTMLImageElement | HTMLAnchorElement | null;
        isAspectStandard?: boolean;
        isScaled?: boolean;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    image?: HTMLImageElement | HTMLAnchorElement | null
    isAspectStandard?: boolean
    isScaled?: boolean
    video?: VideoElement