Home > SYS_IFrame > isIFrameAlreadyExist
SYS_IFrame.isIFrameAlreadyExist() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Whether the iframe already exists
Signature
typescript
function isIFrameAlreadyExist(id: string): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
id | string | Iframe ID |
Returns
Promise<boolean>
Whether Exists
Remarks
Note: This API is only valid for extensions. Calling it in a standalone script environment will always throw Error ADD since EDA v4.2