Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompressionChild

Hierarchy

Index

Properties

busy?: number

Whether this node is busy. Greater than 0 then busy; otherwise not.

children: readonly TreeNode[]

Child nodes of this tree node.

description?: string

A human-readable description of this tree node.

deprecated

use LabelProvider.getLongName instead or move this property to your tree node type

expanded: boolean

Test whether this tree node is expanded.

icon?: string

A css string for this tree node icon.

deprecated

use LabelProvider.getIcon instead or move this property to your tree node type

id: string

An unique id of this node.

name?: string

A human-readable name of this tree node.

deprecated

use LabelProvider.getName instead or move this property to your tree node type

nextSibling?: TreeNode

A next sibling of this tree node.

A parent node of this tree node. Undefined if this node is root.

previousSibling?: TreeNode

A previous sibling of this tree node.

visible?: boolean

Test whether this node should be rendered. If undefined then node will be rendered.