ui.root.clear

Efface le panneau racine.

UtilisationRenvoie
ui.root.clear()

Aucun argument.

Exemples

Éditeur de code (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.'));