Back to Fullcalendar

Now-Indicator Render Hooks

_docs-v5/now-indicator/now-indicator-render-hooks.md

latest471 B
Original Source

nowIndicatorClassNames - a ClassName Input

nowIndicatorContent - a Content Injection Input

nowIndicatorDidMount

nowIndicatorWillUnmount

Argument

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

  • isAxis - boolean
  • date - Date object
  • el - the element. only available in nowIndicatorDidMount and nowIndicatorWillUnmount