Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeInfo

A NodeInfo object represents an element in the Object Explorer tree under a connection.

Hierarchy

Index

Properties

Optional childProvider

childProvider: string

Informs who provides the children to a node, used by data explorer tree view api

Optional errorMessage

errorMessage: string

Optional iconType

iconType: string | SqlThemeIcon

Optional iconType for the object in the tree. Currently this only supports an icon name or SqlThemeIcon name, rather than a path to an icon. If not defined, the nodeType + nodeStatus / nodeSubType values will be used instead.

isLeaf

isLeaf: boolean

label

label: string

Optional metadata

metadata: ObjectMetadata

nodePath

nodePath: string

Optional nodeStatus

nodeStatus: string

Optional nodeSubType

nodeSubType: string

nodeType

nodeType: string

Optional payload

payload: any

Holds the connection profile for nodes, used by data explorer tree view api

Generated using TypeDoc