UMD Web Elements Library
    Preparing search index...

    Interface HeroExpandProps

    Custom hero expand props Explicitly defines all properties needed for expand hero

    interface HeroExpandProps {
        actions?: ContentElement;
        expandedContent?: ContentElement;
        headline?: ContentElement;
        image?: ImageElement;
        includesAnimation?: boolean;
        isThemeDark?: boolean;
        text?: ContentElement;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ContentElement
    expandedContent?: ContentElement
    headline?: ContentElement
    image?: ImageElement
    includesAnimation?: boolean
    isThemeDark?: boolean
    video?: VideoElement