Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmResource {
        decorations?: ScmResourceDecorations;
        group: ScmResourceGroup;
        sourceUri: URI;
        open(): Promise<void>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    sourceUri: URI

    The uri of the underlying resource inside the workspace.

    Methods