Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectExplorerContext

Context object passed as an argument to command callbacks. Defines the key properties required to identify a node in the object explorer tree and take action against it.

Hierarchy

Index

Properties

Optional connectionProfile

connectionProfile: IConnectionProfile

The connection information for the selected object. Note that the connection is not guaranteed to be in a connected state on click.

isConnectionNode

isConnectionNode: boolean

Defines whether this is a Connection-level object. If not, the object is expected to be a child object underneath one of the connections.

Optional nodeInfo

nodeInfo: NodeInfo

Node info for objects below a specific connection. This may be null for a Connection-level object

Generated using TypeDoc