Interface ScmResourceGroup

interface ScmResourceGroup {
    contextValue?: string;
    hideWhenEmpty?: boolean;
    id: string;
    label: string;
    provider: ScmProvider;
    resources: ScmResource[];
}

Hierarchy

  • Disposable
    • ScmResourceGroup

Properties

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