Rest
...args: VChild[]The container of contents. It is recommended to style your panel box here.
Empty the panel body.
Replace the content of panel body by clearing it first and then append.
Rest
...args: VChild[]Whether this panel can be moved by mouse dragging.
Optional
options: Partial<MovableOptions>The wrapper element that should be positioned. It should be as simple as possible and let the body to style itself.
Generated using TypeDoc
Append elements to the panel body, shorthand for
panel.body.append(...)
.