Skip to main content
Version: 1.0.4

IPlannerRangeChildItem

@spartanfx/react v1.0.4


@spartanfx/react / IPlannerRangeChildItem

Interface: IPlannerRangeChildItem

Represents a child segment belonging to a parent range item.

Remarks

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

PropertyTypeDescription
data?unknownOptional data payload mapped from the input schema.
description?stringOptional descriptive summary.
duration?numberDuration in days or units configured by schema.
endDateDateSegment end date.
isDummy?booleanIndicates that this segment is a visual-only placeholder.
itemIdnumberUnique ID inherited from the parent item.
startDateDateSegment start date.
titlestringDisplay title of the child segment.