• Adds the widget(s) generated by evaluating the specified JavaScript code snippet as the last child of the specified widget.

    Parameters

    • wgt: Widget<HTMLElement>

      the existent widget that will become the parent of new widget(s)

    • Rest ...rargs: string[]

      the JavaScript code snippet to generate new widget(s).

    Returns void