Adds text to the info stack.
Using the infoUrl, infoAudio, infoText, and infoVideo events, media and text can be shown on the Info tab. Multiple entries can be active simultaneously and are arranged in a stack.
if true, remove all existing content from the info stack
the text to display
"text"
{ type: "text", text: "Depth units are in feet", removeExisting: true, } Copy
{ type: "text", text: "Depth units are in feet", removeExisting: true, }
Adds text to the info stack.
Using the infoUrl, infoAudio, infoText, and infoVideo events, media and text can be shown on the Info tab. Multiple entries can be active simultaneously and are arranged in a stack.