UMD Web Components Library
    Preparing search index...

    Interface BaseContentProps

    Base content properties used by text-based components

    interface BaseContentProps {
        actions?: HTMLElement | null;
        headline?: HTMLElement | null;
        text?: HTMLElement | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: HTMLElement | null

    Action elements

    headline?: HTMLElement | null

    Headline element

    text?: HTMLElement | null

    Text content element