Properties
| Property | Type |
|---|---|
type | SecureIframeEventType["STATUS"] |
payload | { status: SecureIframeStatus; message?: string; } |
payload.status | SecureIframeStatus |
payload.message? | string |
type SecureIframeStatusMessage = {
type: SecureIframeEventType["STATUS"];
payload: {
status: SecureIframeStatus;
message?: string;
};
};
| Property | Type |
|---|---|
type | SecureIframeEventType["STATUS"] |
payload | { status: SecureIframeStatus; message?: string; } |
payload.status | SecureIframeStatus |
payload.message? | string |
Was this page helpful?