You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the timestamp in the Timeline view, it would be nice to have the ability to have a string that would be rendered right-aligned for each tree item.
Maybe something like:
exportclassTreeItem{label?: string;description?: string|boolean;
...
endDescription?: string;// or endDetails? or even just details, but that feels wrong given the other usages of details}
miguelsolorio, bpasero, frencojobs, daviddossett, frudolph77 and 8 more