ConnectionStateChangedEvent type
Nettolading voor gebeurtenis status gewijzigd.
type ConnectionStateChangedEvent = (args: {
newValue: ConnectionState
oldValue: ConnectionState
reason?: ConnectionStateChangedReason
}) => void