Resource
Interface
Represents an interface that describes a Scheduler resource.
Definition
Package:@progress/kendo-angular-scheduler
Properties
colorField?
string
Sets the field name from the data that contains the resource color.
data
any[]
Sets the resource data.
field
string
Sets the field name of the event that contains the resource value.
multiple?
boolean
Specifies if events have multiple resource values.
name?
string
Sets the resource name. If not set, uses the value of the field option.
textField
string
Sets the field name from the data that contains the resource text.
valueField
string
Sets the field name from the data that contains the resource value.