ui.Map.insert

Inserts a widget into to the panel at the specified index.

Returns this panel.

UsageReturns
Map.insert(index, widget)ui.Panel
ArgumentTypeDetails
this: ui.panelui.PanelThe ui.Panel instance.
indexNumberThe index at which to insert the widget.
widgetui.WidgetThe widget to insert.