Skip to main content
Version: 1.0.4

IPlannerItem

@spartanfx/react v1.0.4


@spartanfx/react / IPlannerItem

Interface: IPlannerItem

A planner item representing a range displayed on the timeline.

Remarks

Each planner item is split into one or many IPlannerRangeChildItem entries for rendering.

Properties

PropertyTypeDescription
color?ColorDisplay color for the item or range group.
data?unknownMapped data object representing the original raw item.
description?stringOptional item description.
duration?numberComputed duration of the item.
elementType"range"The planner element type (currently always "range").
endDateDateEnd date of the item.
group?stringOptional grouping key (department, project, etc.).
id?numberOptional external system ID.
itemIdnumberUnique identifier for the planner item.
logo?stringOptional logo or icon resource.
rangeChildItemsIPlannerRangeChildItem[]List of generated or user-defined range segments.
rangeIdstring | numberIdentifies the logical group of range segments.
startDateDateStart date of the item.
titlestringDisplay title shown inside the planner grid.