detach
Detaches the output element from its previous parent element, if needed.
detach?: () => void
Notes
- This method may be set by a previous renderer, to be able to remove the view element from a container element before displaying it as part of another container.
Related
- class Output staticAn object that encapsulates a rendered output element, created by the global rendering context.