Theia API Documentation v1.65.0
    Preparing search index...
    interface SourceControlResourceState {
        colorId?: string;
        command?: Command;
        decorations?: SourceControlResourceDecorations;
        handle: number;
        letter?: string;
        resourceUri: string;
    }
    Index

    Properties

    colorId?: string
    command?: Command

    The command which should be run when the resource state is open in the Source Control viewlet.

    The decorations for this source control resource state.

    handle: number
    letter?: string
    resourceUri: string

    The uri of the underlying resource inside the workspace.