SchedulerHeaderProps

NameTypeDefaultDescription

ariaLabel?

string

Represents the label of the Toolbar component.

children?

React.ReactNode

className?

string

Sets additional classes to the Toolbar.

dir?

string

Represents the dir HTML attribute.

id?

string

Sets the id property of the top div element of the component.

keyboardNavigation?

boolean

If set to false, it will turn off the built-in keyboard navigation.

onResize?

(event: ToolbarResizeEvent) => void

The resize event of the Toolbar.

size?

"null" | "small" | "large" | "medium"

medium

Configures the size of the Toolbar.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size className.

style?

React.CSSProperties

The styles that are applied to the Toolbar.

tabIndex?

number

Specifies the tabIndex of the Toolbar.