The ID of the Shiny output to subscribe to.
Optional value returned while the server has not yet delivered the first response.
Optional configuration object.
Optionalnamespace?: string | nullModule namespace to apply (or null to suppress
the surrounding ShinyModuleProvider namespace).
The current output value.
Hook to subscribe to a Shiny output value.
Returns just the current value. Use this when you only need the data — which is most call sites. If you also need the lifecycle status (to drive a skeleton, spinner, or error UI), call
useShinyOutputStatusalongside it.