UMD Web Elements Library
    Preparing search index...

    Interface HeroOverlayProps

    Overlay hero variant props Explicitly defines all properties needed for overlay hero

    interface HeroOverlayProps {
        actions?: ContentElement;
        eyebrow?: ContentElement;
        hasBorder?: boolean;
        headline?: ContentElement;
        image?: ImageElement;
        includesAnimation?: boolean;
        isSticky?: boolean;
        isTextCenter?: boolean;
        isTextRight?: boolean;
        isThemeDark?: boolean;
        isTransparent?: boolean;
        text?: ContentElement;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ContentElement
    eyebrow?: ContentElement
    hasBorder?: boolean
    headline?: ContentElement
    image?: ImageElement
    includesAnimation?: boolean
    isSticky?: boolean
    isTextCenter?: boolean
    isTextRight?: boolean
    isThemeDark?: boolean
    isTransparent?: boolean
    video?: VideoElement