mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Definitions for jquery.clientSideLogging #218
This commit is contained in:
parent
026932eeab
commit
14aa278bad
@ -1,12 +1,5 @@
|
||||
///<reference path="jquery.clientSideLogging.d.ts" />
|
||||
|
||||
interface JQueryStatic {
|
||||
info: (what?: any) => any;
|
||||
error: (what?: any) => any;
|
||||
log: (what?: any) => any;
|
||||
clientSideLogging: (options: ClientSideLoggingObject) => any;
|
||||
}
|
||||
|
||||
$.clientSideLogging({
|
||||
log_level: 3,
|
||||
client_info: {
|
||||
|
||||
@ -22,3 +22,10 @@ interface ClientSideLoggingObject {
|
||||
query_var?: string; // The variable to send the log message through as.
|
||||
client_info?: ClientSideLoggingClientInfoObject; // Configuration for what info about the client's browser is logged.
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
info: (what?: any) => any;
|
||||
error: (what?: any) => any;
|
||||
log: (what?: any) => any;
|
||||
clientSideLogging: (options: ClientSideLoggingObject) => any;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user