UMD Web Elements Library
    Preparing search index...

    Interface HeroVideoArrowProps

    Custom hero video arrow props Explicitly defines all properties needed for video arrow hero

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

    Hierarchy (View Summary)

    Index

    Properties

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