Interface OutlineSymbolInformationNode

Representation of an outline symbol information node.

interface OutlineSymbolInformationNode {
    iconClass: string;
}

Hierarchy

  • CompositeTreeNode
  • SelectableTreeNode
  • ExpandableTreeNode
    • OutlineSymbolInformationNode

Properties

Properties

iconClass: string

The iconClass for the given tree node.