@spartanfx/react v1.0.4
@spartanfx/react / IPlannerRangeChildItem
Interface: IPlannerRangeChildItem
Represents a child segment belonging to a parent range item.
These segments are automatically generated when a range spans across multiple
calendar boundaries (week, month, year). Dummy entries may be used for layout alignment.
Properties
| Property | Type | Description |
|---|
data? | unknown | Optional data payload mapped from the input schema. |
description? | string | Optional descriptive summary. |
duration? | number | Duration in days or units configured by schema. |
endDate | Date | Segment end date. |
isDummy? | boolean | Indicates that this segment is a visual-only placeholder. |
itemId | number | Unique ID inherited from the parent item. |
startDate | Date | Segment start date. |
title | string | Display title of the child segment. |