ClientStore

The store of the client. This class uses the core concepts of the original Redux library. Thanks to the singleton pattern, the ClientState can be accessed or edited from anywhere.

See also

Properties

Link copied to clipboard
val store: Store<ClientState>

The redux store of the client.