Skip to content

Commit 9e49001

Browse files
committed
[add] className property for baseline object in the getTaskBaselines() method
1 parent 6902c10 commit 9e49001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/api/gantt_gettaskbaselines.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ The method returns an array with the **baseline** objects that have the followin
3030
- <span class=subproperty>**duration**</span> - (*number*) - the duration of the baseline
3131
- <span class=subproperty>**end_date**</span> - (*Date | number*) - the end date of the baseline
3232
- <span class=subproperty>**[customProperty: string]**</span> - (*any*) - any custom property
33-
34-
33+
- <span class=subproperty>**className**</span> - (*string | number*) - the value of this property is used by Gantt as a custom class for an HTML element
3534

3635
For example:
3736

0 commit comments

Comments
 (0)