* Returns an optional fallback element for this custom element. * @return {?Element} * @package @final
()
| 1960 | * @package @final |
| 1961 | */ |
| 1962 | getFallback() { |
| 1963 | return query.childElementByAttr(this, 'fallback'); |
| 1964 | } |
| 1965 | |
| 1966 | /** |
| 1967 | * Hides or shows the fallback, if available. This function must only |