* An implementation can call this method to signal to the element that * it has started rendering. * @package @final
()
| 2004 | * @package @final |
| 2005 | */ |
| 2006 | renderStarted() { |
| 2007 | this.signals_.signal(CommonSignals_Enum.RENDER_START); |
| 2008 | this.togglePlaceholder(false); |
| 2009 | this.toggleLoading(false); |
| 2010 | } |
| 2011 | |
| 2012 | /** |
| 2013 | * Whether the loading can be shown for this element. |
nothing calls this directly
no test coverage detected