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.
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.
(description workspace-edit-entry-metadata)
A human-readable string which is rendered less prominent on the same line.
A human-readable string which is rendered less prominent on the same line.
(icon-path workspace-edit-entry-metadata)
The icon path or {@link ThemeIcon } for the edit.
The icon path or {@link ThemeIcon } for the edit.
(label workspace-edit-entry-metadata)
A human-readable string which is rendered prominent.
A human-readable string which is rendered prominent.
(needs-confirmation? workspace-edit-entry-metadata)
A flag which indicates that user confirmation is needed.
A flag which indicates that user confirmation is needed.
(set-description! workspace-edit-entry-metadata value)
A human-readable string which is rendered less prominent on the same line.
A human-readable string which is rendered less prominent on the same line.
(set-icon-path! workspace-edit-entry-metadata value)
The icon path or {@link ThemeIcon } for the edit.
The icon path or {@link ThemeIcon } for the edit.
(set-label! workspace-edit-entry-metadata value)
A human-readable string which is rendered prominent.
A human-readable string which is rendered prominent.
(set-needs-confirmation! workspace-edit-entry-metadata value)
A flag which indicates that user confirmation is needed.
A flag which indicates that user confirmation is needed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close