RealityExplorer Pane

The RealityExplorer pane is a schema browser and editor for Reality. It lets operators and developers inspect ObjectTypes, LinkTypes, Actions, and Interfaces that define the domain model. Connected to the live RealityRegistry, all changes are reflected immediately across the system.

Sidebar Categories

  • ObjectTypes: Entity type definitions with their field schemas and inheritance
  • LinkTypes: Relationship definitions with cardinality and endpoint constraints
  • Actions: Command definitions with parameter types and return types
  • Interfaces: Trait-like contracts that ObjectTypes can conform to

View Modes

ModeDescription
DetailScrollable list of all fields, constraints, and metadata for the selected type
GraphForce-directed visualization showing ObjectType inheritance and LinkType connectivity
EditorCreate and edit forms for defining new types or modifying existing ones

Features

  • Search Filter: Narrow the sidebar list by name substring
  • Property Editors: Inline editors for field definitions, types, defaults, and constraints
  • Relationship Graph: Nodes are ObjectTypes; edges are LinkTypes with labeled cardinality
  • Action Viewer: Shows parameter types, return types, and associated permissions
  • Interface Checker: Validates whether an ObjectType satisfies an Interface's required fields

Keyboard Shortcuts

Ctrl + F
Focus type search filter
Ctrl + G
Switch to graph view
Ctrl + D
Switch to detail view
Esc
Close editor / clear selection

Configuration

  • default_view: ViewMode — Initial view mode (default: Detail)
  • graph_physics: bool — Enable force simulation in Graph mode (default: true)
  • editable: bool — Allow schema modifications (default: false)

Questions?

Reach out for help with integration, deployment, or custom domain codecs.