Skip to content

html_created()

Access a widget’s HTML element after Flow creates it.

Updated View as Markdown
For humans
Flow functionFlow Pro scriptingBase functions

This article covers the following platforms

html_created runs when your script has HTML and Flow has created its element.

let html_element = null;
html_created((el) => {
	html_element = el;
});

el: The HTML element that was created.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close