ICAPlannerItemInput
@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
[key: string]: unknown
Properties
| Property | Type |
|---|---|
category? | string |
color? | string |
description? | string |
duration? | number |
endDate | Date |
group? | string |
startDate | Date |
title | string |