The app store.
To access the application's store, use the useAppStore() hook.
useAppStore()
Please note, by default the app store exists beyond an application's view.
Optional
Called when a message is received.
In order for this method to be called, an application must declare its interested messages in messages.
Used as a workaround for empty interfaces.
Generated using TypeDoc
The app store.
To access the application's store, use the
useAppStore()
hook.Please note, by default the app store exists beyond an application's view.