ListItemCache
โบ task
ListItemCache.task property
A single character indicating the checked status of a task. The space character ' '
is interpreted as an incomplete task. An other character is interpreted as completed task. undefined
if this item isnโt a task.
Signature:
task?: string | undefined;