Options
Menu

Interface NodeSelection

a NodeSelection interface so we can expose things like the objectName and the MBean's entries

class

NodeSelection

Hierarchy

Index

Properties

optional children

children?: NodeSelection[]
property

children

type

NodeSelection

optional

optional domain

domain?: string
property

domain

type

string

optional

optional entries

entries?: any
property

entries

type

any

optional

optional folderNames

folderNames?: Array<string>
property

folderNames

type

array

optional

optional isFolder

isFolder?: Function
method

isFolder

returns

isFolder function signature

  • (): boolean

optional key

key?: string
property

key

type

string

optional

optional objectName

objectName?: string
property

objectName

type

string

optional

optional parent

parent?: NodeSelection
property

parent

type

NodeSelection

optional

title

title: string
property

title

type

string

optional typeName

typeName?: string
property

typeName

type

string

optional

optional version

version?: string
property

version

type

string

optional

Methods

ancestorHasEntry

  • ancestorHasEntry(key: string, value: any): boolean

ancestorHasType

  • ancestorHasType(typeName: string): boolean

findAncestor

findDescendant

get

Generated using TypeDoc