Skip to content

Add a new right-aligned "description" property to TreeItems #107183

@eamodio

Description

@eamodio

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:

export class TreeItem {
    label?: string;
    description?: string | boolean;
    ...
    endDescription?: string; // or endDetails? or even just details, but that feels wrong given the other usages of details
}

Metadata

Metadata

Assignees

Labels

apifeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions