Private
_Private
conversionsReadonly
onAn optional event to signal that an element or root has changed.
This will trigger the view to update the changed element/root and its children recursively (if shown).
To signal that root has changed, do not pass any argument or pass undefined
or null
.
Adds a new conversion item to the tree view.
Optional
name: stringOptional name for the conversion. If not provided, a default name will be generated.
The newly created conversion item.
Creates a tree item for conversion actions with appropriate commands and icons.
The action string in format "conversionId:actionName".
A configured tree item for the specific action.
Retrieves a conversion item by its ID.
The ID of the conversion to retrieve.
The conversion item if found, undefined otherwise.
Creates a tree item representation for display in the VS Code tree view.
The element to create a tree item for.
A VS Code tree item configured for display.
Refreshes the tree view to reflect any changes in the data.
Removes a conversion item from the tree view.
The ID of the conversion to remove.
Tree data provider for the CSVW Actions view in VS Code. Manages the display and interaction with conversion items in the tree view.