ObjectTreeComponent
This component displays a plain JavaScript object as an expandable tree.
Example
- Implements: OnChanges
value
property
{ [key: string]: any } | stringisArrayItem
property
depth
property
numberexpanded
property
booleanvalueIsArray
property
booleanentries
property
Array<{ key: string; value: any }>constructor
method
(parent: ObjectTreeComponent) => ObjectTreeComponentngOnChanges
method
() => isObject
method
(value: any) => booleanWas this chapter helpful?