Properties
| Property | Type |
|---|---|
type | SecureIframeEventType["THEME"] |
payload | { theme: Partial<SecureIframeTheme>; } |
payload.theme | Partial<SecureIframeTheme> |
type SecureIframeThemeMessage = {
type: SecureIframeEventType["THEME"];
payload: {
theme: Partial<SecureIframeTheme>;
};
};
| Property | Type |
|---|---|
type | SecureIframeEventType["THEME"] |
payload | { theme: Partial<SecureIframeTheme>; } |
payload.theme | Partial<SecureIframeTheme> |
Was this page helpful?