Skip to content

ConnectionStateChangedPayload

@vimp-mp/types 2.0.1

Interface · Client API

Connection details delivered after a connect or disconnect transition.

ts
interface ConnectionStateChangedPayload

Members

address

ts
address: string

Server address associated with the new state.

connected

ts
connected: boolean

Whether the client is connected after the state change.

VIMP developer documentation