mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Deprecate Explorer Properties (#535)
This commit is contained in:
13
src/global.d.ts
vendored
13
src/global.d.ts
vendored
@@ -1,11 +1,22 @@
|
||||
import { AuthType } from "./AuthType";
|
||||
import Explorer from "./Explorer/Explorer";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
/**
|
||||
* @deprecated
|
||||
* DO NOT take new usage of window.dataExplorer. If you must use Explorer, find it directly.
|
||||
* */
|
||||
dataExplorer: Explorer;
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__: any;
|
||||
/**
|
||||
* @deprecated
|
||||
* No new usage of jQuery ($)
|
||||
* */
|
||||
$: any;
|
||||
/**
|
||||
* @deprecated
|
||||
* No new usage of jQuery
|
||||
* */
|
||||
jQuery: any;
|
||||
gitSha: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user