* Creates a placeholder for the element. * @return {?Element} * @final
()
| 1451 | * @final |
| 1452 | */ |
| 1453 | createPlaceholder() { |
| 1454 | return this.impl_ ? this.impl_.createPlaceholderCallback() : null; |
| 1455 | } |
| 1456 | |
| 1457 | /** |
| 1458 | * Creates a loader logo. |
no test coverage detected