FunctionsElementToggleGeneratedElementsElementToggleGeneratedElements CallableElementToggleGeneratedElements(Screen: string, ShouldDisplay: boolean): voidToggles (non-nested) HTML elements that were created by a given screen. When toggled off, they are hidden (not removed)ParametersScreen: stringScreen for which to hide the elements generatedShouldDisplay: booleanTRUE if we are toggling on the elements, FALSE if we are hiding them.Returns void
Toggles (non-nested) HTML elements that were created by a given screen. When toggled off, they are hidden (not removed)