<Inspector /> props
These map to InspectorProps in @hyperse/inspector.
Interaction
keys— string chords ($mod= Cmd on macOS / Ctrl on Windows). Default['$mod','i']/['Ctrl','i'].active/onActiveChange— controlled mode; whenactiveis set, hotkeys still toggle but you own the boolean state for UI sync.
Launch & metadata
customLaunchEditorEndpoint— must match middleware / Next route. Default/__hps_inspector.hideDomPathAttr— hide DOM path attributes in markup. Defaulttrue.hideConsole/hideContext— silence promotion logs.
Advanced
disable— hard off switch (defaults to production-safetruewhenNODE_ENV === 'production').inspectAgents— plug custom agents (v2.1+).onInspectElement/onHoverElement/onClickElement— observe or override navigation; usegotoServerEditorfrom@hyperse/inspectorto keep the default server launch after custom logic.ContextPanel— swap the built-in context UI component.
Last updated on