public class | source

HierarchyNode

A class for HierarchyNode

Member Summary

Public Members
public get

The answer.

source
public get

caption: string

Caption

source
public get

Get child nodes.

source
public get

hasChildren: boolean

Is node has children?

source
public get

isSelectable: boolean

Is node can be selected as value?

source
public get

The parent HierarchyNode.

source

Public Members

public get answer: Answer source

The answer.

public get caption: string source

Caption

public get children: HierarchyNode[] source

Get child nodes.

public get hasChildren: boolean source

Is node has children?

public get isSelectable: boolean source

Is node can be selected as value?

public get parent: HierarchyNode source

The parent HierarchyNode.