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.'));