gantt-renderer
    Preparing search index...

    Type Alias TaskDataField

    TaskDataField: keyof Task | "endDate" | "percentComplete" | "open"

    Union of all field names that can appear on any Task variant. Use when referencing task fields in grid column schemas that apply across a heterogeneous set of task kinds.