IPlannerComponentProps
@spartanfx/react / IPlannerComponentProps
Interface: IPlannerComponentProps
Props passed to a custom item renderer.
Properties
| Property | Type | Description |
|---|---|---|
bgColor | Color | The background color assigned to the item. |
className? | string | Optional CSS class. |
item | IPlannerItem | The planner item being rendered. |
style? | any | Optional inline styles. |