Interface BulkEditInfoNode

interface BulkEditInfoNode {
    fileContents?: string;
    parent: CompositeTreeNode;
}

Hierarchy

  • UriSelection
  • SelectableTreeNode
  • ExpandableTreeNode
    • BulkEditInfoNode

Properties

fileContents?: string
parent: CompositeTreeNode