Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourcePropertiesItemNode

Hierarchy

  • SelectableTreeNode
    • ResourcePropertiesItemNode

Index

Properties

Optional Readonly busy

busy: number

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

Optional Readonly description

description: string

A human-readable description of this tree node.

deprecated

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

Optional focus

focus: boolean

true if the tree node has the focus. Otherwise, false. Defaults to false.

Optional icon

icon: string

Readonly id

id: string

An unique id of this node.

name

name: string

Optional Readonly nextSibling

nextSibling: TreeNode

A next sibling of this tree node.

parent

Optional Readonly previousSibling

previousSibling: TreeNode

A previous sibling of this tree node.

property

property: string

selected

selected: boolean

true if the tree node is selected. Otherwise, false.

Optional Readonly visible

visible: boolean

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