mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
SignalR: updated HubProxy
This commit is contained in:
Vendored
+3
@@ -69,6 +69,9 @@ interface SignalR {
|
||||
|
||||
interface HubProxy {
|
||||
(connection: HubConnection, hubName: string): HubProxy;
|
||||
state: any;
|
||||
connection: HubConnection;
|
||||
hubName: string;
|
||||
init(connection: HubConnection, hubName: string): void;
|
||||
hasSubscriptions(): boolean;
|
||||
on(eventName: string, callback: (...msg) => void ): HubProxy;
|
||||
|
||||
Reference in New Issue
Block a user