SchedulerResourceHeaderProps

Represents a resource header cell in the scheduler's grouped header row. Used in custom resource header templates to render custom content for each resource header.

Props

The following table outlines the props for the SchedulerResourceHeaderProps:

NameTypeDefaultDescription
resource
-

The resource configuration that this header belongs to. Provides access to field mappings such as textField, idField, and colorField.

resourceData
Record<string, any>
-

The raw resource data object from the resource's dataSource. Contains all fields defined in the resource configuration (e.g., name, color, id).