UMD Web Elements Library
    Preparing search index...

    Interface HeroGridProps

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

    interface HeroGridProps {
        actions?: ContentElement;
        blocks?: HTMLElement[];
        headline?: ContentElement;
        image?: ImageElement;
        includesAnimation?: boolean;
        isThemeDark?: boolean;
        text?: ContentElement;
        video?: VideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ContentElement
    blocks?: HTMLElement[]
    headline?: ContentElement
    image?: ImageElement
    includesAnimation?: boolean
    isThemeDark?: boolean
    video?: VideoElement