Type alias EmbeddedServiceBranding

EmbeddedServiceBranding: Metadata & {
    contrastInvertedColor?: string | null;
    contrastPrimaryColor?: string | null;
    embeddedServiceConfig: string;
    font?: string | null;
    height?: number | null;
    masterLabel: string;
    navBarColor?: string | null;
    primaryColor?: string | null;
    secondaryColor?: string | null;
    width?: number | null;
}

Type declaration

  • Optional contrastInvertedColor?: string | null
  • Optional contrastPrimaryColor?: string | null
  • embeddedServiceConfig: string
  • Optional font?: string | null
  • Optional height?: number | null
  • masterLabel: string
  • Optional navBarColor?: string | null
  • Optional primaryColor?: string | null
  • Optional secondaryColor?: string | null
  • Optional width?: number | null