> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firepitcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

> All the events available and fired by the Firepit CMS

| 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) |
