This article covers the following platforms
MSFS 2024
MSFS 2020
ATS
FSX
Prepar3D
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.