@spartanfx/react v1.2.2
@spartanfx/react / codeapps / ICAPlannerItemInput
Interface: ICAPlannerItemInput
Input for creating a new planner item via the adapter hook.
Same shape as the SPFx adapter's IPlannerItemInput so consumers
migrating between backends keep the same call sites.
Indexable
Properties
Required
| Property | Type | Description |
|---|
endDate | Date | - |
startDate | Date | - |
title | string | - |
Options
| Property | Type | Description |
|---|
category? | string | - |
description? | string | - |
duration? | number | - |
group? | string | - |
Appearance & theming
| Property | Type | Description |
|---|
color? | string | - |