Landbot.Container
Embedded widget wrapped inside an element of your page (the Embed format).
This class extends Landbot.Widget. See Widget methods and properties.
Constructor
Landbot.Container
Landbot.Container(config)
Parameters:
- config: Object
Create a Landbot Container widget with given config. container property is required to let the widget know where to render its content.
var myLandbot = new Landbot.Container({
configUrl: '...',
container: '#landbot-container',
})
Properties
container
Type: HTMLElement
Container element.