Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmResourceGroup {
        contextValue?: string;
        hideWhenEmpty?: boolean;
        id: string;
        label: string;
        provider: ScmProvider;
        resources: ScmResource[];
        dispose(): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    contextValue?: string
    hideWhenEmpty?: boolean
    id: string
    label: string
    provider: ScmProvider
    resources: ScmResource[]

    Methods

    • Dispose this object.

      Returns void