* Removes itself as a container. See `setAsContainer`.
()
| 478 | * Removes itself as a container. See `setAsContainer`. |
| 479 | */ |
| 480 | removeAsContainer() { |
| 481 | this.element.removeAsContainerInternal(); |
| 482 | } |
| 483 | |
| 484 | /** |
| 485 | * Subclasses can override this method to indicate that it is has |
no test coverage detected