7.0.1685-testing
In this page
<gui-object />
Usage
This component can display any complex object instance using a “key-value” representation.
It will, by default, collapse any nested properties (eg. arrays, objects) in a collapsible <details />
and only load the nested content when requested.
This is convenient to quickly dump GreyCat responses and get a feel of the actual response data.
Simple example
Complex example
If the given
value
is acore::Table
, this component will actually use<gui-table />
for the display.
This is also true when the tables are nested within the structure.