ServerStore

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

See also

Properties

Link copied to clipboard
val store: Store<ServerState>

The redux store of the server.