SchedulerResource
Defines a single resource configuration for the scheduler.
Props
The following table outlines the props for the SchedulerResource:
| Name | Type | Default | Description |
|---|---|---|---|
| colorField | string | null | Specifies the resource color field name. |
| cssClassField | string | null | Specifies the CSS class field name for the resource. |
| dataSource | Record<string, unknown[]> | DataManager | [ ] | Specifies the resource dataSource. |
| field | string | - | Specifies the field name to bind to the event object. |
| groupIDField | string | null | Specifies the parent group ID field name. |
| idField | string | - | Specifies the resource ID field name. |
| multiple | boolean | false | Specifies whether multiple resources can be selected. |
| name | string | - | Specifies the unique resource name. |
| textField | string | - | Specifies the resource text field name. |
| title | string | - | Specifies the title of the resource field for the editor window. |