UMD Web Components Library
    Preparing search index...

    Interface ExtendedContentProps

    Extended content properties with additional slots

    interface ExtendedContentProps {
        actions?: HTMLElement | null;
        content?: HTMLElement | null;
        eyebrow?: HTMLElement | null;
        headline?: HTMLElement | null;
        image?: HTMLElement | null;
        text?: HTMLElement | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: HTMLElement | null

    Action elements

    content?: HTMLElement | null

    Generic content element

    eyebrow?: HTMLElement | null

    Eyebrow text element

    headline?: HTMLElement | null

    Headline element

    image?: HTMLElement | null

    Image element

    text?: HTMLElement | null

    Text content element