UMD Web Elements Library
    Preparing search index...

    Interface HeroStackedProps

    Stacked hero variant props Explicitly defines all properties needed for stacked hero

    interface HeroStackedProps {
        actions?: ContentElement;
        eyebrow?: ContentElement;
        headline?: ContentElement;
        image?: ImageElement;
        includesAnimation?: boolean;
        isHeightFull?: boolean;
        isHeightSmall?: boolean;
        isThemeDark?: boolean;
        isWidthLarge?: boolean;
        text?: ContentElement;
        topPosition?: string | null;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ContentElement
    eyebrow?: ContentElement
    headline?: ContentElement
    image?: ImageElement
    includesAnimation?: boolean
    isHeightFull?: boolean
    isHeightSmall?: boolean
    isThemeDark?: boolean
    isWidthLarge?: boolean
    topPosition?: string | null
    video?: VideoElement