📄️ API Overview
The Seenic External API object is created by calling SeenicExternalAPI(iframe) with the target iframe element or a CSS selector string.
📄️ Methods
- Methods are sent via api.send(type, payload) and return a Promise when the iframe responds. Use await api.send(...) to wait until the method has completed.