Skip to main content

ObjectTreeComponent

This component displays a plain JavaScript object as an expandable tree.

Example

HTML
Signature
  • Implements: OnChanges

value

property{ [key: string]: any } | string

isArrayItem

property

depth

propertynumber

expanded

propertyboolean

valueIsArray

propertyboolean

entries

propertyArray<{ key: string; value: any }>

constructor

method(parent: ObjectTreeComponent) => ObjectTreeComponent

ngOnChanges

method() =>

isObject

method(value: any) => boolean
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page