Skip to main content

IPlannerComponentProps

@spartanfx/react v1.2.2


@spartanfx/react / index / IPlannerComponentProps

Interface: IPlannerComponentProps

Props passed to a custom item renderer.

Properties

Required

PropertyTypeDescription
bgColorColorThe background color assigned to the item.
itemIPlannerItemThe planner item being rendered.

Appearance & theming

PropertyTypeDescription
className?stringOptional CSS class.
style?anyOptional inline styles.
textColor?stringOptional text color override for the item.