Inspector Pane
The Inspector pane provides a detailed property view for any entity in the Reality graph. Operators use it to examine field values, navigate relationships, and verify computed properties. It serves as the primary debugging and auditing tool for individual entities.
Entity Selection
- Text Input: Type an entity ID or name into the search bar
- Autocomplete: Fuzzy-match suggestions appear as you type
- Recent 5: The last five inspected entities are listed below the input for quick recall
- Load Button: Fetches a full
EntitySnapshotfor the selected entity
Property Table
Once loaded, a scrollable two-column table displays every field on the snapshot. The left column shows field names in monospace; the right shows the current value with type-appropriate formatting (numbers, booleans, strings, nested objects).
Features
| Feature | Description |
|---|---|
| ECEF Toggle | Switch spatial coordinates between ECEF (x, y, z) and geodetic (lat, lon, alt) |
| Outbound Links | Clickable list of entities this entity links to — click to inspect the target |
| Inbound References | Reverse-index lookup showing all entities that reference this one |
| Relationship Editor | Add or remove links with cardinality validation (one-to-one, one-to-many) |
| Derived Fields | Toggle to show computed properties alongside stored fields |
Configuration
ecef_mode: bool— Start with ECEF coordinates (default:false)show_derived: bool— Show derived fields on load (default:false)recent_count: usize— Number of recent entities to remember (default:5)
Keyboard Shortcuts
Navigation
Ctrl + F
Focus entity search Ctrl + E
Toggle ECEF / geodetic coordinates Ctrl + D
Toggle derived fields Esc
Clear selection YAML Configuration
yaml InspectorConfig auto-generated
| Field | Type | Default | Description |
|---|---|---|---|
| auto_refresh* | bool | — | |
| show_ecef_coords* | bool | — | |
| show_derived_fields* | bool | — |
Questions?
Reach out for help with integration, deployment, or custom domain codecs.