| Event | Description | Variables available |
|---|---|---|
| Firepit\Cms\Events\ModelWasViewed | Gets triggered once the updateViews() was called on a model | $modelView (Firepit\Cms\Models\ModelView) |
| Firepit\Cms\Events\ModelCommentWasCreated | Gets triggered once a model comment was created | $modelComment (Firepit\Cms\Models\ModelComment) |