IPlannerSchema
@spartanfx/react / IPlannerSchema
Interface: IPlannerSchema
Schema describing how raw incoming item data maps to planner items.
Properties
| Property | Type | Description |
|---|---|---|
colorField? | ISchemaField | Maps to a color value. |
descriptionField? | ISchemaField | Maps to the optional description. |
durationField? | ISchemaField | Maps to duration if provided. |
endDateField | ISchemaField | Maps to the end date. |
groupField | ISchemaField | Maps to the grouping field. |
idField | ISchemaField | Maps to the planner item ID. |
rangeGroupField? | ISchemaField | Maps the item's range grouping key. |
startDateField | ISchemaField | Maps to the start date. |
titleField | ISchemaField | Maps to the item title. |