* Performs view of given content. * @protected * @abstract * @param {string} content * @return {void|Promise} Resolves when completed.
(content)
| 71 | * @return {void|Promise} Resolves when completed. |
| 72 | */ |
| 73 | async performView (content) { |
| 74 | // abstract method |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Triggered after performing view of given content. |