UMD Web Elements Library
    Preparing search index...

    Interface PersonLikeProps

    interface PersonLikeProps {
        association?: ContentElement;
        email?: string;
        image?: ImageElement;
        isThemeDark?: boolean;
        isThemeGold?: boolean;
        isThemeLight?: boolean;
        isThemeMaryland?: boolean;
        job?: ContentElement;
        name: ContentElement;
        phone?: string;
        pronouns?: ContentElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    association?: ContentElement
    email?: string
    image?: ImageElement
    isThemeDark?: boolean
    isThemeGold?: boolean
    isThemeLight?: boolean
    isThemeMaryland?: boolean
    phone?: string
    pronouns?: ContentElement