Apr 13
Expose widget open/close state and lifecycle events
Provide realtime access to widget visibility state and lifecycle events such as open_started, open_completed, close_started, and close_completed. Today consumers may need to poll the widget after inferring that a user probably opened it. Explicit state access and lifecycle events would make integrations more reliable and would let apps coordinate surrounding UI with widget interactions.
Completed

Hey Aaron! In v3 you can listen to widget open/close events and read visibility state, so you don't have to poll. Docs here: https://userjot.com/docs/widget-v3-control