Skip to main content
Version: 1.0.4

IPlannerSchema

@spartanfx/react v1.0.4


@spartanfx/react / IPlannerSchema

Interface: IPlannerSchema

Schema describing how raw incoming item data maps to planner items.

Properties

PropertyTypeDescription
colorField?ISchemaFieldMaps to a color value.
descriptionField?ISchemaFieldMaps to the optional description.
durationField?ISchemaFieldMaps to duration if provided.
endDateFieldISchemaFieldMaps to the end date.
groupFieldISchemaFieldMaps to the grouping field.
idFieldISchemaFieldMaps to the planner item ID.
rangeGroupField?ISchemaFieldMaps the item's range grouping key.
startDateFieldISchemaFieldMaps to the start date.
titleFieldISchemaFieldMaps to the item title.