Skip to main content
Version: 1.1.0

ICAPlannerItemInput

@spartanfx/react v1.1.0


@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

PropertyType
category?string
color?string
description?string
duration?number
endDateDate
group?string
startDateDate
titlestring