UMD Web Elements Library
    Preparing search index...

    Interface BuilderProps

    interface BuilderProps {
        baseStyles?: Record<string, any>;
        builderConfig: BuilderConfig;
        className: string;
        element: HTMLElement;
        elementStyles?: ElementStyles;
        isAnimationLineRed?: boolean;
        isTextColorBlack?: boolean;
        isTextColorWhite?: boolean;
        isThemeDark?: boolean;
        isThemeGold?: boolean;
        isThemeLight?: boolean;
        isThemeMaryland?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseStyles?: Record<string, any>
    builderConfig: BuilderConfig
    className: string
    element: HTMLElement
    elementStyles?: ElementStyles
    isAnimationLineRed?: boolean
    isTextColorBlack?: boolean
    isTextColorWhite?: boolean
    isThemeDark?: boolean
    isThemeGold?: boolean
    isThemeLight?: boolean
    isThemeMaryland?: boolean