diff --git a/master/extensions/api/classes/renderer.component.badge/index.html b/master/extensions/api/classes/renderer.component.badge/index.html index 047692114c..147d31b1ae 100644 --- a/master/extensions/api/classes/renderer.component.badge/index.html +++ b/master/extensions/api/classes/renderer.component.badge/index.html @@ -1083,9 +1083,9 @@ Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.barchart/index.html b/master/extensions/api/classes/renderer.component.barchart/index.html
index 5745b9724e..43bcb9f276 100644
--- a/master/extensions/api/classes/renderer.component.barchart/index.html
+++ b/master/extensions/api/classes/renderer.component.barchart/index.html
@@ -1036,9 +1036,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1067,12 +1067,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.button/index.html b/master/extensions/api/classes/renderer.component.button/index.html
index 1490a774ee..14f3acc8a3 100644
--- a/master/extensions/api/classes/renderer.component.button/index.html
+++ b/master/extensions/api/classes/renderer.component.button/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.checkbox/index.html b/master/extensions/api/classes/renderer.component.checkbox/index.html
index fa88a10757..6959c3cb7c 100644
--- a/master/extensions/api/classes/renderer.component.checkbox/index.html
+++ b/master/extensions/api/classes/renderer.component.checkbox/index.html
@@ -1044,9 +1044,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1075,12 +1075,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.confirmdialog/index.html b/master/extensions/api/classes/renderer.component.confirmdialog/index.html
index 3add772e76..b8d34bfc4f 100644
--- a/master/extensions/api/classes/renderer.component.confirmdialog/index.html
+++ b/master/extensions/api/classes/renderer.component.confirmdialog/index.html
@@ -1091,9 +1091,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1125,12 +1125,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.dialog/index.html b/master/extensions/api/classes/renderer.component.dialog/index.html
index 0c0d419998..1e74919bde 100644
--- a/master/extensions/api/classes/renderer.component.dialog/index.html
+++ b/master/extensions/api/classes/renderer.component.dialog/index.html
@@ -1142,9 +1142,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1173,12 +1173,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.drawer/index.html b/master/extensions/api/classes/renderer.component.drawer/index.html
index a268c6c4b4..dc7578db37 100644
--- a/master/extensions/api/classes/renderer.component.drawer/index.html
+++ b/master/extensions/api/classes/renderer.component.drawer/index.html
@@ -1084,9 +1084,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1115,12 +1115,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.draweritem/index.html b/master/extensions/api/classes/renderer.component.draweritem/index.html
index af3ee2f042..55361af126 100644
--- a/master/extensions/api/classes/renderer.component.draweritem/index.html
+++ b/master/extensions/api/classes/renderer.component.draweritem/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.drawerparamtoggler/index.html b/master/extensions/api/classes/renderer.component.drawerparamtoggler/index.html
index 8262715732..29a0a267ef 100644
--- a/master/extensions/api/classes/renderer.component.drawerparamtoggler/index.html
+++ b/master/extensions/api/classes/renderer.component.drawerparamtoggler/index.html
@@ -1036,9 +1036,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1067,12 +1067,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.drawertitle/index.html b/master/extensions/api/classes/renderer.component.drawertitle/index.html
index 2166be5eaa..201b8366c5 100644
--- a/master/extensions/api/classes/renderer.component.drawertitle/index.html
+++ b/master/extensions/api/classes/renderer.component.drawertitle/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.icon/index.html b/master/extensions/api/classes/renderer.component.icon/index.html
index cee4d987dc..f45645ef02 100644
--- a/master/extensions/api/classes/renderer.component.icon/index.html
+++ b/master/extensions/api/classes/renderer.component.icon/index.html
@@ -1083,9 +1083,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1114,12 +1114,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.input/index.html b/master/extensions/api/classes/renderer.component.input/index.html
index ac257456ee..3652668774 100644
--- a/master/extensions/api/classes/renderer.component.input/index.html
+++ b/master/extensions/api/classes/renderer.component.input/index.html
@@ -1211,9 +1211,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1251,12 +1251,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.kubeeventdetails/index.html b/master/extensions/api/classes/renderer.component.kubeeventdetails/index.html
index edcf5b8a35..5291a8aa95 100644
--- a/master/extensions/api/classes/renderer.component.kubeeventdetails/index.html
+++ b/master/extensions/api/classes/renderer.component.kubeeventdetails/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.kubeobjectdetails/index.html b/master/extensions/api/classes/renderer.component.kubeobjectdetails/index.html
index 9ed60287bd..e4229089d5 100644
--- a/master/extensions/api/classes/renderer.component.kubeobjectdetails/index.html
+++ b/master/extensions/api/classes/renderer.component.kubeobjectdetails/index.html
@@ -1067,9 +1067,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1107,12 +1107,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.kubeobjectlistlayout/index.html b/master/extensions/api/classes/renderer.component.kubeobjectlistlayout/index.html
index 0f88d64f0a..894545a133 100644
--- a/master/extensions/api/classes/renderer.component.kubeobjectlistlayout/index.html
+++ b/master/extensions/api/classes/renderer.component.kubeobjectlistlayout/index.html
@@ -1080,9 +1080,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1111,12 +1111,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.kubeobjectmenu/index.html b/master/extensions/api/classes/renderer.component.kubeobjectmenu/index.html
index d23c894429..5026beb476 100644
--- a/master/extensions/api/classes/renderer.component.kubeobjectmenu/index.html
+++ b/master/extensions/api/classes/renderer.component.kubeobjectmenu/index.html
@@ -1159,9 +1159,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1190,12 +1190,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.kubeobjectmeta/index.html b/master/extensions/api/classes/renderer.component.kubeobjectmeta/index.html
index 470dc9ddca..40a5b8df9f 100644
--- a/master/extensions/api/classes/renderer.component.kubeobjectmeta/index.html
+++ b/master/extensions/api/classes/renderer.component.kubeobjectmeta/index.html
@@ -1044,9 +1044,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1075,12 +1075,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.lineprogress/index.html b/master/extensions/api/classes/renderer.component.lineprogress/index.html
index 2a4aed5294..22157c058e 100644
--- a/master/extensions/api/classes/renderer.component.lineprogress/index.html
+++ b/master/extensions/api/classes/renderer.component.lineprogress/index.html
@@ -1036,9 +1036,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1067,12 +1067,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.mainlayout/index.html b/master/extensions/api/classes/renderer.component.mainlayout/index.html
index f72d007aaa..30d849dfc0 100644
--- a/master/extensions/api/classes/renderer.component.mainlayout/index.html
+++ b/master/extensions/api/classes/renderer.component.mainlayout/index.html
@@ -1038,9 +1038,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1069,12 +1069,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.menu/index.html b/master/extensions/api/classes/renderer.component.menu/index.html
index 039e756189..e07f271d94 100644
--- a/master/extensions/api/classes/renderer.component.menu/index.html
+++ b/master/extensions/api/classes/renderer.component.menu/index.html
@@ -1187,9 +1187,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1229,12 +1229,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.menuactions/index.html b/master/extensions/api/classes/renderer.component.menuactions/index.html
index 8c5a2fb32d..6d4d8449d7 100644
--- a/master/extensions/api/classes/renderer.component.menuactions/index.html
+++ b/master/extensions/api/classes/renderer.component.menuactions/index.html
@@ -1052,9 +1052,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1089,12 +1089,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.namespaceselect/index.html b/master/extensions/api/classes/renderer.component.namespaceselect/index.html
index 7396ee484a..ac621c585f 100644
--- a/master/extensions/api/classes/renderer.component.namespaceselect/index.html
+++ b/master/extensions/api/classes/renderer.component.namespaceselect/index.html
@@ -1051,9 +1051,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1082,12 +1082,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.namespaceselectfilter/index.html b/master/extensions/api/classes/renderer.component.namespaceselectfilter/index.html
index 0d32bc680b..ac1e4c5d64 100644
--- a/master/extensions/api/classes/renderer.component.namespaceselectfilter/index.html
+++ b/master/extensions/api/classes/renderer.component.namespaceselectfilter/index.html
@@ -1107,9 +1107,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1138,12 +1138,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.notifications/index.html b/master/extensions/api/classes/renderer.component.notifications/index.html
index ad115392a0..7d8620c3d5 100644
--- a/master/extensions/api/classes/renderer.component.notifications/index.html
+++ b/master/extensions/api/classes/renderer.component.notifications/index.html
@@ -1084,9 +1084,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1118,12 +1118,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.pagelayout/index.html b/master/extensions/api/classes/renderer.component.pagelayout/index.html
index 210fd01ae0..2af7a3e418 100644
--- a/master/extensions/api/classes/renderer.component.pagelayout/index.html
+++ b/master/extensions/api/classes/renderer.component.pagelayout/index.html
@@ -1054,9 +1054,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1085,12 +1085,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.piechart/index.html b/master/extensions/api/classes/renderer.component.piechart/index.html
index 157723bf1a..bbbff0897e 100644
--- a/master/extensions/api/classes/renderer.component.piechart/index.html
+++ b/master/extensions/api/classes/renderer.component.piechart/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.poddetailslist/index.html b/master/extensions/api/classes/renderer.component.poddetailslist/index.html
index 609d96993c..b74883f14d 100644
--- a/master/extensions/api/classes/renderer.component.poddetailslist/index.html
+++ b/master/extensions/api/classes/renderer.component.poddetailslist/index.html
@@ -1060,9 +1060,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1091,12 +1091,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.radio/index.html b/master/extensions/api/classes/renderer.component.radio/index.html
index 8b6ba16eb8..18a7b2e51d 100644
--- a/master/extensions/api/classes/renderer.component.radio/index.html
+++ b/master/extensions/api/classes/renderer.component.radio/index.html
@@ -1044,9 +1044,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1075,12 +1075,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.radiogroup/index.html b/master/extensions/api/classes/renderer.component.radiogroup/index.html
index adc2b70b8c..94bbf5d926 100644
--- a/master/extensions/api/classes/renderer.component.radiogroup/index.html
+++ b/master/extensions/api/classes/renderer.component.radiogroup/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.searchinput/index.html b/master/extensions/api/classes/renderer.component.searchinput/index.html
index 04b8a496c6..caa2b0550d 100644
--- a/master/extensions/api/classes/renderer.component.searchinput/index.html
+++ b/master/extensions/api/classes/renderer.component.searchinput/index.html
@@ -1060,9 +1060,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1091,12 +1091,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.select/index.html b/master/extensions/api/classes/renderer.component.select/index.html
index 3083128eca..f6137b61e4 100644
--- a/master/extensions/api/classes/renderer.component.select/index.html
+++ b/master/extensions/api/classes/renderer.component.select/index.html
@@ -1083,9 +1083,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1114,12 +1114,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.settinglayout/index.html b/master/extensions/api/classes/renderer.component.settinglayout/index.html
index 485d8c90f8..73a88a0691 100644
--- a/master/extensions/api/classes/renderer.component.settinglayout/index.html
+++ b/master/extensions/api/classes/renderer.component.settinglayout/index.html
@@ -1054,9 +1054,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1085,12 +1085,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.slider/index.html b/master/extensions/api/classes/renderer.component.slider/index.html
index fbcaeebbfe..7a18c7cff8 100644
--- a/master/extensions/api/classes/renderer.component.slider/index.html
+++ b/master/extensions/api/classes/renderer.component.slider/index.html
@@ -1036,9 +1036,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1067,12 +1067,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.spinner/index.html b/master/extensions/api/classes/renderer.component.spinner/index.html
index 0522c71106..d2b227abbc 100644
--- a/master/extensions/api/classes/renderer.component.spinner/index.html
+++ b/master/extensions/api/classes/renderer.component.spinner/index.html
@@ -1036,9 +1036,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1067,12 +1067,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.statusbrick/index.html b/master/extensions/api/classes/renderer.component.statusbrick/index.html
index dca2a6a3c5..9b816cb557 100644
--- a/master/extensions/api/classes/renderer.component.statusbrick/index.html
+++ b/master/extensions/api/classes/renderer.component.statusbrick/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.stepper/index.html b/master/extensions/api/classes/renderer.component.stepper/index.html
index cd829c3897..dbad924e09 100644
--- a/master/extensions/api/classes/renderer.component.stepper/index.html
+++ b/master/extensions/api/classes/renderer.component.stepper/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.subtitle/index.html b/master/extensions/api/classes/renderer.component.subtitle/index.html
index 86eb16867c..13933186a8 100644
--- a/master/extensions/api/classes/renderer.component.subtitle/index.html
+++ b/master/extensions/api/classes/renderer.component.subtitle/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.table/index.html b/master/extensions/api/classes/renderer.component.table/index.html
index a7e6f9ceb6..4c8e631df8 100644
--- a/master/extensions/api/classes/renderer.component.table/index.html
+++ b/master/extensions/api/classes/renderer.component.table/index.html
@@ -1116,9 +1116,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1147,12 +1147,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.tablecell/index.html b/master/extensions/api/classes/renderer.component.tablecell/index.html
index 33a8fa3cab..dc30010e1d 100644
--- a/master/extensions/api/classes/renderer.component.tablecell/index.html
+++ b/master/extensions/api/classes/renderer.component.tablecell/index.html
@@ -1083,9 +1083,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1114,12 +1114,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.tablehead/index.html b/master/extensions/api/classes/renderer.component.tablehead/index.html
index 1606096bbc..11113d2a77 100644
--- a/master/extensions/api/classes/renderer.component.tablehead/index.html
+++ b/master/extensions/api/classes/renderer.component.tablehead/index.html
@@ -1036,9 +1036,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1067,12 +1067,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.tablerow/index.html b/master/extensions/api/classes/renderer.component.tablerow/index.html
index 64ff9714ba..ba5e6eb8c5 100644
--- a/master/extensions/api/classes/renderer.component.tablerow/index.html
+++ b/master/extensions/api/classes/renderer.component.tablerow/index.html
@@ -1028,9 +1028,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1059,12 +1059,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.tabs/index.html b/master/extensions/api/classes/renderer.component.tabs/index.html
index dc60d84747..ccb64aadce 100644
--- a/master/extensions/api/classes/renderer.component.tabs/index.html
+++ b/master/extensions/api/classes/renderer.component.tabs/index.html
@@ -1044,9 +1044,9 @@
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
+context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
+declare context: React.ContextType<typeof MyContext>
see https://reactjs.org/docs/context.html
Inherited from#
@@ -1078,12 +1078,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
-type MyContext = number
+type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
- context!: React.ContextType<typeof Ctx>
+ context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
diff --git a/master/extensions/api/classes/renderer.component.tooltip/index.html b/master/extensions/api/classes/renderer.component.tooltip/index.html
index 98410ec19d..a77e5f4717 100644
--- a/master/extensions/api/classes/renderer.component.tooltip/index.html
+++ b/master/extensions/api/classes/renderer.component.tooltip/index.html
@@ -1126,9 +1126,9 @@
Should be used with type annotation or static contextType.