UMD Web Elements Library
    Preparing search index...

    Interface BaseElementProps

    interface BaseElementProps {
        element: HTMLElement;
        elementStyles?: ElementStyles;
        isAnimationLineRed?: boolean;
        isTextColorBlack?: boolean;
        isTextColorWhite?: boolean;
        isThemeDark?: boolean;
        isThemeGold?: boolean;
        isThemeLight?: boolean;
        isThemeMaryland?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    element: HTMLElement
    elementStyles?: ElementStyles
    isAnimationLineRed?: boolean
    isTextColorBlack?: boolean
    isTextColorWhite?: boolean
    isThemeDark?: boolean
    isThemeGold?: boolean
    isThemeLight?: boolean
    isThemeMaryland?: boolean