Enode — API Reference
    Preparing search index...
    • Hosts the redirect-resolution surfaces, driven by the global action-dialog store. Mount once in each app's root layout. When apiRequest hits a 310/311/312 it opens the matching surface here; resolving/cancelling settles the store promise so the original request resumes (resolved) or fails (cancelled).

      310/312 are bottom-sheet dialogs; 311 is a full-screen onboarding page. All are kept mounted with a toggled open so they can animate; each decodes its body defensively, so the brief null body during a close transition is harmless.

      Returns Element