UMD Web Elements Library
    Preparing search index...

    Interface HeroLogoProps

    Logo hero variant props Explicitly defines all properties needed for logo hero

    interface HeroLogoProps {
        actions?: ContentElement;
        eyebrow?: ContentElement;
        headline?: ContentElement;
        image?: ImageElement;
        includesAnimation?: boolean;
        isThemeDark?: boolean;
        isThemeLight?: boolean;
        isThemeMaryland?: boolean;
        logo?: ContentElement;
        text?: ContentElement;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ContentElement
    eyebrow?: ContentElement
    headline?: ContentElement
    image?: ImageElement
    includesAnimation?: boolean
    isThemeDark?: boolean
    isThemeLight?: boolean
    isThemeMaryland?: boolean
    video?: VideoElement