TinyBase logoTinyBase β

Listener type aliases

This is the collection of listener type aliases within the synchronizer-ws-server module. There are only two listener type aliases, ClientIdsListener and PathIdsListener.

ClientIdsListener

The ClientIdsListener type describes a function that is used to listen to clients joining and leaving the active paths that a WsServer is handling.

Read more

PathIdsListener

The PathIdsListener type describes a function that is used to listen to changes of active paths that a WsServer is handling.

Read more