The Function
How HTML Widget Works
htmlWidget(input: String, debug: Boolean, addons: Object): Promise<ListWidget>let widget = await htmlWidget(`
<widget>
<text>Hello, World!</text>
</widget>
`)
widget.presentSmall()Last updated
How HTML Widget Works
htmlWidget(input: String, debug: Boolean, addons: Object): Promise<ListWidget>let widget = await htmlWidget(`
<widget>
<text>Hello, World!</text>
</widget>
`)
widget.presentSmall()Last updated