Skip to main content

ICAPlannerItemInput

@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

[key: string]: unknown

Properties

Required

PropertyTypeDescription
endDateDate-
startDateDate-
titlestring-

Options

PropertyTypeDescription
category?string-
description?string-
duration?number-
group?string-

Appearance & theming

PropertyTypeDescription
color?string-