@spartanfx/react v1.0.5
@spartanfx/react / ITaskInput
Interface: ITaskInput
Task creation/update payload
Properties
| Property | Type | Description |
|---|
assignedToDisplayName? | string | Display name for manual entry (when no people picker is available) |
assignedToId? | number | Numeric user ID (for systems with known user IDs like SharePoint or Dataverse) |
assignedToLoginName? | string | SharePoint claim identifier (for SharePoint user resolution via ensureUser) |
description? | string | - |
dueDate? | Date | - |
order? | number | - |
status? | string | - |
title | string | - |