Returns the list of widgets currently in the panel.
Usage | Returns |
---|---|
Panel.widgets() | ui.data.ActiveList |
Argument | Type | Details |
---|---|---|
this: ui.panel | ui.Panel | The ui.Panel instance. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!