Theia API Documentation v1.65.0
    Preparing search index...

    Data about an item which can be shared.

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

    Properties

    resourceUri: Uri

    A resource in the workspace that can be shared.

    selection?: Range

    If present, a selection within the resourceUri.