WorkspaceEditEntryMetadata

Additional data for entries of a workspace edit. Supports to label entries and marks entries as needing confirmation by the user. The editor groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.

Online Documentation

Properties

Link copied to clipboard
abstract var description: String?

A human-readable string which is rendered less prominent on the same line.

Link copied to clipboard
abstract var iconPath: IconPath?

The icon path or ThemeIcon for the edit.

Link copied to clipboard
abstract var label: String

A human-readable string which is rendered prominent.

Link copied to clipboard

A flag which indicates that user confirmation is needed.