You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support getting the lifecycle state machine status (#1136)
This PR introduces support for retrieving the lifecycle state machine status by adding a new "isInitialized" property.
- Added a type test for the new boolean property in the TypeScript tests.
- Implemented a corresponding native binding in C++ to expose the state.
- Exposed the property via a getter in the JavaScript lifecycle module.
Fix: #1135
0 commit comments