* Returns the object which holds the API surface (the thing we add the * custom methods/properties onto). In Bento, this is the imperative API * object. In AMP, this is the BaseElement instance. * * @return {!Promise<!Object>}
()
| 1593 | * @return {!Promise<!Object>} |
| 1594 | */ |
| 1595 | getApi() { |
| 1596 | return this.getImpl().then((impl) => impl.getApi()); |
| 1597 | } |
| 1598 | |
| 1599 | /** |
| 1600 | * Returns the layout of the element. |