---
title: No-Events Render Hooks
---

In list view, the “No events to display” message.


`noEventsClass` - a [ClassName Input](classname-input)

`noEventsInnerClass` - a [ClassName Input](classname-input) for the inner padding element of the no-events screen

`noEventsContent` - a [Content Injection Input](content-injection)

`noEventsDidMount`

`noEventsWillUnmount`


## Argument

When the `noEventsDidMount` and `noEventsWillUnmount` hooks are specified as a function in the form `function(arg)`, the `arg` is an object with the following properties:

- `el` - the element
