documentation index ◦ reference manual ◦ function index
Function: | ui.remove | (d): |
This removes the displayable d from the current layer. This can only remove things from the layer directly, not from a displayable.
# This does nothing. $ t = ui.text("Hello, World") $ ui.remove(t)