---
title: Block Event Render Hooks
---

Customize rectangular color-filled events — essentially all non-list events. These hooks apply in addition to the general [Event Render Hooks](event-render-hooks). For more targeted hooks, see [Row Event Render Hooks](row-event-render-hooks) and [Column Event Render Hooks](column-event-render-hooks).

`blockEventClass` - a [ClassName Input](classname-input) for the outermost element of a block event

`blockEventBeforeClass` - a [ClassName Input](classname-input) for the element before the "inner" wrapper

`blockEventAfterClass` - a [ClassName Input](classname-input) for the element after the "inner" wrapper

`blockEventInnerClass` - a [ClassName Input](classname-input) for the "inner" wrapper element

`blockEventTimeClass` - a [ClassName Input](classname-input) for the time element within "inner"

`blockEventTitleClass` - a [ClassName Input](classname-input) for the title element within "inner"
