# No-Events Render Hooks

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


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

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

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

`noEventsDidMount`

`noEventsWillUnmount`


## Argument

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

- `el` - the element
