TaskEditMetadataOptions
Options for editing a task's metadata.
Extends¶
Properties¶
| Property | Type | Description |
|---|---|---|
expand? |
string |
- |
folderId? |
number |
Numeric folder ID. |
folderKey? |
string |
Folder key (GUID-formatted string). |
folderPath? |
string |
Slash-delimited folder path, e.g. 'Shared/Finance'. |
noteText? |
string |
Comment recorded with the edit (max 512 characters). |
priority? |
TaskPriority |
New priority. |
select? |
string |
- |
taskCatalogId? |
number |
Task catalog to associate with the task. |
title? |
string |
New title (max 512 characters). |
unlinkTaskCatalog? |
boolean |
Set true to unassociate the task's catalog. |