* Return a promise that request the runtime to collapse one element * @return {!Promise}
()
| 853 | * @return {!Promise} |
| 854 | */ |
| 855 | attemptCollapse() { |
| 856 | return Services.mutatorForDoc(this.getAmpDoc()).attemptCollapse( |
| 857 | this.element |
| 858 | ); |
| 859 | } |
| 860 | |
| 861 | /** |
| 862 | * Requests the runtime to update the height of this element to the specified |
no test coverage detected