* Called to notify the element that the first layout has been successfully * completed. * * The default behavior of this method is to hide the placeholder. However, * a subclass may choose to hide placeholder earlier or not hide it at all. * * @public
()
| 604 | * @public |
| 605 | */ |
| 606 | firstLayoutCompleted() { |
| 607 | this.togglePlaceholder(false); |
| 608 | } |
| 609 | |
| 610 | /** |
| 611 | * Requests the element to stop its activity when the document goes into |
no test coverage detected