UMD Web Components Library
    Preparing search index...

    Interface ExtendedContentProps

    Extended content properties with additional slots

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

    Hierarchy (View Summary)

    Index

    Properties

    actions?: null | HTMLElement

    Action elements

    content?: null | HTMLElement

    Generic content element

    eyebrow?: null | HTMLElement

    Eyebrow text element

    headline?: null | HTMLElement

    Headline element

    image?: null | HTMLElement

    Image element

    text?: null | HTMLElement

    Text content element