An EmbedWidget is displayed inline in part of your page.
To create an EmbedWidget use Widgets
const widget = new EmbedWidget({ ... })widget.load() // Loads widget into the DOMwidget.open() // Makes the iframe container visiblewidget.close() // Hides the iframe container Copy
const widget = new EmbedWidget({ ... })widget.load() // Loads widget into the DOMwidget.open() // Makes the iframe container visiblewidget.close() // Hides the iframe container
Optional
Un-hide if element is available and refresh data
Reloads the current widget, makes updated request to API and renders result. Primarily for Classic widgets with registration
Form field values
JWT for API authentication
Generated using TypeDoc
An EmbedWidget is displayed inline in part of your page.
To create an EmbedWidget use Widgets
Example