| value | description | |
|---|---|---|
| PutInplayzIframe() | () => void | 依照對應參數產生iframe |
| Clear() | () => void | 清除所有生成出的節點 |
| key | value | description |
|---|---|---|
| thirdPartyName | string | thirdPartyName - 合作廠商的名稱 |
| nodeID | string | 自定義節點位置, 創建節點命名nodeID, 最後iframe生成在該節點內 |
| width | string | null | undefined | 設定iframe寬度, 最小寬度為280, 預設寬度362 |
| height | string | null | undefined | 設定iframe高度, 預設最小為400 |
| isShowClose | boolean | null | undefined | 是否顯示關閉按鈕, 預設為true |