Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface 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.

Hierarchy

  • WorkspaceEditEntryMetadata

Index

Properties(4)

needsConfirmation

needsConfirmation: boolean

A flag which indicates that user confirmation is needed.

label

label: string

A human-readable string which is rendered prominent.

Optional description

description: string

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

Optional iconPath

iconPath: Uri | ThemeIcon | { light: Uri; dark: Uri }

The icon path or ThemeIcon for the edit.

Generated by TypeDoc. Maintained by 洛竹