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;