* Returns this BaseElement instance. This is equivalent to Bento's * imperative API object, since this is where we define the element's custom * APIs. * * @return {!Promise<!Object>}
()
| 1046 | * @return {!Promise<!Object>} |
| 1047 | */ |
| 1048 | getApi() { |
| 1049 | return this; |
| 1050 | } |
| 1051 | } |
| 1052 | |
| 1053 | /** |