plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias CustomDesignParams

    CustomDesignParams: Message<"plugnmeet.CustomDesignParams"> & {
        primaryColor?: string;
        secondaryColor?: string;
        backgroundColor?: string;
        backgroundImage?: string;
        headerBgColor?: string;
        footerBgColor?: string;
        leftSideBgColor?: string;
        rightSideBgColor?: string;
        customCssUrl?: string;
        customLogo?: string;
    }

    Type Declaration

    • OptionalprimaryColor?: string

      from field: optional string primary_color = 1;

    • OptionalsecondaryColor?: string

      from field: optional string secondary_color = 2;

    • OptionalbackgroundColor?: string

      from field: optional string background_color = 3;

    • OptionalbackgroundImage?: string

      from field: optional string background_image = 4;

    • OptionalheaderBgColor?: string

      from field: optional string header_bg_color = 5;

    • OptionalfooterBgColor?: string

      from field: optional string footer_bg_color = 6;

    • OptionalleftSideBgColor?: string

      from field: optional string left_side_bg_color = 7;

    • OptionalrightSideBgColor?: string

      from field: optional string right_side_bg_color = 8;

    • OptionalcustomCssUrl?: string

      from field: optional string custom_css_url = 9;

    • OptionalcustomLogo?: string

      from field: optional string custom_logo = 10;

    from message plugnmeet.CustomDesignParams