Skip to main content
type SecureIframeThemeMessage = {
  type: SecureIframeEventType["THEME"];
  payload: {
     theme: Partial<SecureIframeTheme>;
  };
};
The message sent to the secure iframe to update the theme.

Properties

PropertyType
typeSecureIframeEventType["THEME"]
payload{ theme: Partial<SecureIframeTheme>; }
payload.themePartial<SecureIframeTheme>