Dashboard

Object & Table Inspector

Chrome DevTools-style object inspection with expandable tree views, table display, and configurable expand presets. Powered by react-inspector.

Basic ObjectInspectorA complex trade object expanded one level deep
Expand PresetsControl which sections are expanded via expandPaths — useful for guiding users to relevant data
Show instrument and execution details
expandPaths: ["$", "$.instrument", "$.execution"]
TableInspectorconsole.table-style view — great for arrays of uniform objects
(index)
id
symbol
side
qty
price
currency
status
0"TRD-001""NESN.SW""Buy"50098.42"CHF""Filled"
1"TRD-002""NOVN.SW""Sell"20084.16"CHF""Filled"
2"TRD-003""ROG.SW""Buy"150262.3"CHF""Partial"
3"TRD-004""UBSG.SW""Buy"100028.75"CHF""Filled"
4"TRD-005""ZURN.SW""Sell"300498.6"CHF""Cancelled"
5"TRD-006""ABBN.SW""Buy"40048.92"CHF""Filled"
6"TRD-007""SREN.SW""Sell"250112.05"CHF""Filled"
7"TRD-008""CSGN.SW""Buy"8003.14"CHF""Filled"
Sort & Non-enumerable PropsToggle sortObjectKeys and showNonenumerable
Object
Array
Primitive & Special ValuesHow the inspector renders different JavaScript types
string
number
boolean
null
undefined
Date
RegExp
Symbol
Map
Set