Properties
| Property | Type |
|---|---|
type | SecureIframeEventType["INIT"] |
payload | SecureIframeContext |
type SecureIframeInitMessage = {
type: SecureIframeEventType["INIT"];
payload: SecureIframeContext;
};
| Property | Type |
|---|---|
type | SecureIframeEventType["INIT"] |
payload | SecureIframeContext |
Was this page helpful?