Skip to main content

Interface: EditGateResult

Defined in: gate.ts:69

@realitycollective/uix-devtools - client-side entry.

Only the pieces safe to reference from app code are exported here: the edit-session gate (designed to be compiled out of production builds) and the runtime UIKitML compiler that powers live panel editing.

The uix-dev CLI ships from the same package (bin/uix-dev.mjs, @realitycollective/uix-devtools/cli) but is node-only - never import it from client code.

Properties

PropertyTypeDescriptionDefined in
activebooleanTrue when an accepted token opened the gate and load was invoked.gate.ts:71
rejected?stringPresent when a token arrived but was rejected.gate.ts:74
session?EditSession-gate.ts:72