Interface ScmFileChangeGroupNode

interface ScmFileChangeGroupNode {
    children: (ScmFileChangeFolderNode | ScmFileChangeNode)[];
    groupId: string;
    groupLabel: string;
}

Hierarchy

  • ExpandableTreeNode
    • ScmFileChangeGroupNode

Properties

groupId: string
groupLabel: string