Interface ShareableItem

Data about an item which can be shared.

interface ShareableItem {
    resourceUri: Uri;
    selection?: Range;
}

Properties

resourceUri: Uri

A resource in the workspace that can be shared.

selection?: Range

If present, a selection within the resourceUri.