ui.root.clear

מנקה את חלונית הבסיס.

שימושהחזרות
ui.root.clear()

אין ארגומנטים.

דוגמאות

עורך הקוד (JavaScript)

// Replace the default UI widgets with a few custom widgets.
ui.root.clear();
ui.root.add(ui.Label('This is a custom user interface.'));