Interface ILinkHooks

Hierarchy

Properties

onClientConnect?: ((remoteID: string) => void)

Type declaration

    • (remoteID: string): void
    • Parameters

      • remoteID: string

      Returns void

onClientDisconnect?: ((remoteID: string) => void)

Type declaration

    • (remoteID: string): void
    • Parameters

      • remoteID: string

      Returns void

Generated using TypeDoc