* Triggered before performing view of given content. * @protected * @param {string} content * @return {Chain|Promise} Filtered content
(content)
| 60 | * @return {Chain|Promise} Filtered content |
| 61 | */ |
| 62 | async willView (content) { |
| 63 | return content |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Performs view of given content. |