SchedulerResource
Interface
An interface for the resources of the Scheduler.
Definition
Package:@progress/kendo-vue-scheduler
Properties
colorField?
string
The field name from the data that contains the resource color.
data
any[]
The resource data.
field
string
The field name of the event that contains the resource value.
multiple?
boolean
Specifies if the events have multiple resource values.
name?
string
The resource name. If not set, the value of the field option is used.
textField
string
The field name from the data that contains the resource text.
valueField
string
The field name from the data that contains the resource value.