"html_created" will execute when the script has HTML and that the element was created.
let html_element = null;
html_created((el) => {
html_element = el;
});
el
: The HTML element that was created
"html_created" will execute when the script has HTML and that the element was created.
let html_element = null;
html_created((el) => {
html_element = el;
});
el
: The HTML element that was created
APIs
Community of Makers
Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.