From b83fd919d560d888e17d0a06cea3daac1f743e3f Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Mon, 25 Apr 2022 11:37:15 +0000
Subject: [PATCH] Deployed 11f3cafac3 to master with MkDocs 1.3.0 and mike
1.1.2
---
.../api/classes/Main.Ipc/index.html | 2 +-
.../api/classes/Main.LensExtension/index.html | 4 +-
.../Renderer.Component.Badge/index.html | 28 +-
.../Renderer.Component.BarChart/index.html | 28 +-
.../Renderer.Component.Button/index.html | 28 +-
.../Renderer.Component.Checkbox/index.html | 28 +-
.../index.html | 28 +-
.../Renderer.Component.Dialog/index.html | 28 +-
.../index.html | 28 +-
.../Renderer.Component.Icon/index.html | 28 +-
.../Renderer.Component.Input/index.html | 28 +-
.../index.html | 28 +-
.../index.html | 28 +-
.../index.html | 28 +-
.../Renderer.Component.Menu/index.html | 28 +-
.../Renderer.Component.MenuActions/index.html | 28 +-
.../index.html | 1982 +++++++++++++++++
.../index.html | 28 +-
.../Renderer.Component.PageLayout/index.html | 28 +-
.../Renderer.Component.PieChart/index.html | 28 +-
.../index.html | 28 +-
.../Renderer.Component.Radio/index.html | 28 +-
.../Renderer.Component.RadioGroup/index.html | 28 +-
.../Renderer.Component.SearchInput/index.html | 28 +-
.../Renderer.Component.Select/index.html | 28 +-
.../index.html | 28 +-
.../Renderer.Component.Slider/index.html | 28 +-
.../Renderer.Component.Spinner/index.html | 28 +-
.../Renderer.Component.StatusBrick/index.html | 28 +-
.../Renderer.Component.Stepper/index.html | 28 +-
.../Renderer.Component.SubTitle/index.html | 28 +-
.../Renderer.Component.TableCell/index.html | 28 +-
.../Renderer.Component.TableHead/index.html | 28 +-
.../Renderer.Component.TableRow/index.html | 28 +-
.../Renderer.Component.Tabs/index.html | 28 +-
.../Renderer.Component.Tooltip/index.html | 28 +-
.../Renderer.Component.Wizard/index.html | 28 +-
.../index.html | 28 +-
.../Renderer.Component.WizardStep/index.html | 28 +-
.../api/classes/Renderer.Ipc/index.html | 2 +-
.../classes/Renderer.LensExtension/index.html | 4 +-
.../index.html | 1109 +++++++++
.../api/modules/Renderer.Component/index.html | 37 +-
.../common-capabilities/index.html | 402 ++--
.../capabilities/styling/index.html | 32 +-
.../extensions/get-started/anatomy/index.html | 84 +-
master/extensions/guides/catalog/index.html | 36 +-
.../extending-kubernetes-cluster/index.html | 72 +-
master/extensions/guides/generator/index.html | 18 +-
master/extensions/guides/ipc/index.html | 54 +-
.../guides/kube-object-list-layout/index.html | 388 ++--
.../guides/main-extension/index.html | 102 +-
.../guides/protocol-handlers/index.html | 20 +-
.../guides/renderer-extension/index.html | 738 +++---
.../guides/resource-stack/index.html | 252 +--
master/extensions/guides/stores/index.html | 156 +-
.../testing-and-publishing/testing/index.html | 46 +-
master/search/search_index.json | 2 +-
master/sitemap.xml | 602 ++---
master/sitemap.xml.gz | Bin 2279 -> 2301 bytes
60 files changed, 5144 insertions(+), 2008 deletions(-)
create mode 100644 master/extensions/api/classes/Renderer.Component.MonacoEditor/index.html
create mode 100644 master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html
diff --git a/master/extensions/api/classes/Main.Ipc/index.html b/master/extensions/api/classes/Main.Ipc/index.html
index 34e6935778..2f06c95b7c 100644
--- a/master/extensions/api/classes/Main.Ipc/index.html
+++ b/master/extensions/api/classes/Main.Ipc/index.html
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix] : string
Inherited from
-IpcRegistrar.__@IpcPrefix@54709
+IpcRegistrar.__@IpcPrefix@54710
extension
• Protected extension : LensExtension
diff --git a/master/extensions/api/classes/Main.LensExtension/index.html b/master/extensions/api/classes/Main.LensExtension/index.html
index 39a6cefa4c..9a78c7e832 100644
--- a/master/extensions/api/classes/Main.LensExtension/index.html
+++ b/master/extensions/api/classes/Main.LensExtension/index.html
@@ -1069,7 +1069,7 @@
[Disposers]
• [Disposers] : ExtendableDisposer
Inherited from
-LensExtension.__@Disposers@23760
+LensExtension.__@Disposers@23766
• appMenus : MenuRegistration[] = []
@@ -1167,7 +1167,7 @@ does not modify the shell environment
static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1152,16 +1152,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.BarChart/index.html b/master/extensions/api/classes/Renderer.Component.BarChart/index.html
index 894ccba322..ded134a8bd 100644
--- a/master/extensions/api/classes/Renderer.Component.BarChart/index.html
+++ b/master/extensions/api/classes/Renderer.Component.BarChart/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Button/index.html b/master/extensions/api/classes/Renderer.Component.Button/index.html
index 4c60fbf95a..e60f9961b7 100644
--- a/master/extensions/api/classes/Renderer.Component.Button/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Button/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Checkbox/index.html b/master/extensions/api/classes/Renderer.Component.Checkbox/index.html
index f46b58098a..928fa081fc 100644
--- a/master/extensions/api/classes/Renderer.Component.Checkbox/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Checkbox/index.html
@@ -1056,11 +1056,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1089,16 +1089,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.ConfirmDialog/index.html b/master/extensions/api/classes/Renderer.Component.ConfirmDialog/index.html
index ac59d75df9..525014f1f1 100644
--- a/master/extensions/api/classes/Renderer.Component.ConfirmDialog/index.html
+++ b/master/extensions/api/classes/Renderer.Component.ConfirmDialog/index.html
@@ -1103,11 +1103,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1139,16 +1139,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Dialog/index.html b/master/extensions/api/classes/Renderer.Component.Dialog/index.html
index 3dcc3200ce..94fadf9a8f 100644
--- a/master/extensions/api/classes/Renderer.Component.Dialog/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Dialog/index.html
@@ -1151,11 +1151,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1187,16 +1187,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html b/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
index a80af28248..70181c9521 100644
--- a/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
+++ b/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Icon/index.html b/master/extensions/api/classes/Renderer.Component.Icon/index.html
index c2e623517f..1b325794b9 100644
--- a/master/extensions/api/classes/Renderer.Component.Icon/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Icon/index.html
@@ -1079,11 +1079,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1112,16 +1112,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Input/index.html b/master/extensions/api/classes/Renderer.Component.Input/index.html
index 385415607c..56496fe717 100644
--- a/master/extensions/api/classes/Renderer.Component.Input/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Input/index.html
@@ -1199,11 +1199,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1241,16 +1241,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.KubeObjectDetails/index.html b/master/extensions/api/classes/Renderer.Component.KubeObjectDetails/index.html
index 254e6f890e..c2236f67ce 100644
--- a/master/extensions/api/classes/Renderer.Component.KubeObjectDetails/index.html
+++ b/master/extensions/api/classes/Renderer.Component.KubeObjectDetails/index.html
@@ -1071,11 +1071,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1110,16 +1110,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.KubeObjectMeta/index.html b/master/extensions/api/classes/Renderer.Component.KubeObjectMeta/index.html
index 56a7b02302..fcaabc532b 100644
--- a/master/extensions/api/classes/Renderer.Component.KubeObjectMeta/index.html
+++ b/master/extensions/api/classes/Renderer.Component.KubeObjectMeta/index.html
@@ -1056,11 +1056,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1089,16 +1089,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.LineProgress/index.html b/master/extensions/api/classes/Renderer.Component.LineProgress/index.html
index 15ee7cb1c9..bbbc07c073 100644
--- a/master/extensions/api/classes/Renderer.Component.LineProgress/index.html
+++ b/master/extensions/api/classes/Renderer.Component.LineProgress/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Menu/index.html b/master/extensions/api/classes/Renderer.Component.Menu/index.html
index 1774d7d491..10093075c1 100644
--- a/master/extensions/api/classes/Renderer.Component.Menu/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Menu/index.html
@@ -1207,11 +1207,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1251,16 +1251,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.MenuActions/index.html b/master/extensions/api/classes/Renderer.Component.MenuActions/index.html
index b8d0b1af96..6968a1de7f 100644
--- a/master/extensions/api/classes/Renderer.Component.MenuActions/index.html
+++ b/master/extensions/api/classes/Renderer.Component.MenuActions/index.html
@@ -1064,11 +1064,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1103,16 +1103,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.MonacoEditor/index.html b/master/extensions/api/classes/Renderer.Component.MonacoEditor/index.html
new file mode 100644
index 0000000000..d3617b6a66
--- /dev/null
+++ b/master/extensions/api/classes/Renderer.Component.MonacoEditor/index.html
@@ -0,0 +1,1982 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: MonacoEditor - Lens Extension Development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: MonacoEditor
+Renderer .Component .MonacoEditor
+Hierarchy
+
+↳ MonacoEditor
+Table of contents
+Constructors
+
+Properties
+
+Accessors
+
+Methods
+
+Constructors
+constructor
+• new MonacoEditor (props)
+Parameters
+
+Overrides
+React.Component<MonacoEditorProps\>.constructor
+Properties
+containerElem
+• containerElem : HTMLElement
+
+context
+• context : any
+If using the new style context, re-declare this in your class to be the
+React.ContextType of your static contextType.
+Should be used with type annotation or static contextType.
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
+
+see https://reactjs.org/docs/context.html
+Inherited from
+React.Component.context
+
+dimensions
+• Readonly dimensions : Object = {}
+Type declaration
+
+
+
+Name
+Type
+
+
+
+
+height?
+number
+
+
+width?
+number
+
+
+
+
+editor
+• editor : IStandaloneCodeEditor
+
+props
+• Readonly props : Readonly<MonacoEditorProps > & Readonly<{ children?: ReactNode }>
+Inherited from
+React.Component.props
+
+refs
+• refs : Object
+deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Index signature
+▪ [key: string]: ReactInstance
+Inherited from
+React.Component.refs
+
+state
+• state : Readonly<{}>
+Inherited from
+React.Component.state
+
+validateLazy
+• validateLazy : DebouncedFunc<(value: string) => void>
+
+contextType
+▪ 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
+const Ctx = React . createContext < MyContext > ( 0 )
+
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
+
+see https://reactjs.org/docs/context.html#classcontexttype
+Inherited from
+React.Component.contextType
+
+defaultProps
+▪ Static Readonly defaultProps : object
+
+viewStates
+▪ Static Readonly viewStates : WeakMap<Uri, ICodeEditorViewState>
+Accessors
+id
+• get id (): string
+Returns
+string
+
+model
+• get model (): ITextModel
+Returns
+ITextModel
+
+options
+• get options (): IStandaloneEditorConstructionOptions
+Returns
+IStandaloneEditorConstructionOptions
+Methods
+UNSAFE_componentWillMount
+▸ Optional UNSAFE_componentWillMount (): void
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns
+void
+Inherited from
+React.Component.UNSAFE_componentWillMount
+
+UNSAFE_componentWillReceiveProps
+▸ Optional UNSAFE_componentWillReceiveProps (nextProps, nextContext): void
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly<MonacoEditorProps >
+
+
+nextContext
+any
+
+
+
+Returns
+void
+Inherited from
+React.Component.UNSAFE_componentWillReceiveProps
+
+UNSAFE_componentWillUpdate
+▸ Optional UNSAFE_componentWillUpdate (nextProps, nextState, nextContext): void
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly<MonacoEditorProps >
+
+
+nextState
+Readonly<{}>
+
+
+nextContext
+any
+
+
+
+Returns
+void
+Inherited from
+React.Component.UNSAFE_componentWillUpdate
+
+bindRef
+▸ Protected bindRef (elem): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+elem
+HTMLElement
+
+
+
+Returns
+void
+
+componentDidCatch
+▸ Optional componentDidCatch (error, errorInfo): void
+Catches exceptions generated in descendant components. Unhandled exceptions will cause
+the entire component tree to unmount.
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+error
+Error
+
+
+errorInfo
+ErrorInfo
+
+
+
+Returns
+void
+Inherited from
+React.Component.componentDidCatch
+
+componentDidMount
+▸ componentDidMount (): void
+Returns
+void
+Overrides
+React.Component.componentDidMount
+
+componentDidUpdate
+▸ Optional componentDidUpdate (prevProps, prevState, snapshot?): void
+Called immediately after updating occurs. Not called for the initial render.
+The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly<MonacoEditorProps >
+
+
+prevState
+Readonly<{}>
+
+
+snapshot?
+any
+
+
+
+Returns
+void
+Inherited from
+React.Component.componentDidUpdate
+
+componentWillMount
+▸ Optional componentWillMount (): void
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns
+void
+Inherited from
+React.Component.componentWillMount
+
+componentWillReceiveProps
+▸ Optional componentWillReceiveProps (nextProps, nextContext): void
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly<MonacoEditorProps >
+
+
+nextContext
+any
+
+
+
+Returns
+void
+Inherited from
+React.Component.componentWillReceiveProps
+
+componentWillUnmount
+▸ componentWillUnmount (): void
+Returns
+void
+Overrides
+React.Component.componentWillUnmount
+
+componentWillUpdate
+▸ Optional componentWillUpdate (nextProps, nextState, nextContext): void
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly<MonacoEditorProps >
+
+
+nextState
+Readonly<{}>
+
+
+nextContext
+any
+
+
+
+Returns
+void
+Inherited from
+React.Component.componentWillUpdate
+
+createEditor
+▸ Protected createEditor (): void
+Returns
+void
+
+destroy
+▸ destroy (): void
+Returns
+void
+
+focus
+▸ focus (): void
+Returns
+void
+
+forceUpdate
+▸ forceUpdate (callback?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+callback?
+() => void
+
+
+
+Returns
+void
+Inherited from
+React.Component.forceUpdate
+
+getSnapshotBeforeUpdate
+▸ Optional getSnapshotBeforeUpdate (prevProps, prevState): any
+Runs before React applies the result of render to the document, and
+returns an object to be given to componentDidUpdate. Useful for saving
+things such as scroll position before render causes changes to it.
+Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
+lifecycle events from running.
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly<MonacoEditorProps >
+
+
+prevState
+Readonly<{}>
+
+
+
+Returns
+any
+Inherited from
+React.Component.getSnapshotBeforeUpdate
+
+getValue
+▸ getValue (opts?): string
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+opts?
+Object
+
+
+opts.lineEnding
+string
+
+
+opts.preserveBOM
+boolean
+
+
+
+Returns
+string
+
+onModelChange
+▸ Protected onModelChange (model, oldModel?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+model
+ITextModel
+
+
+oldModel?
+ITextModel
+
+
+
+Returns
+void
+
+render
+▸ render (): Element
+Returns
+Element
+Overrides
+React.Component.render
+
+restoreViewState
+▸ Protected restoreViewState (model): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+model
+ITextModel
+
+
+
+Returns
+void
+
+saveViewState
+▸ Protected saveViewState (model): void
+Save current view-model state in the editor.
+This will allow restore cursor position, selected text, etc.
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+model
+ITextModel
+
+
+
+Returns
+void
+
+setDimensions
+▸ setDimensions (width, height): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+width
+number
+
+
+height
+number
+
+
+
+Returns
+void
+
+setState
+▸ setState <K>(state, callback?): void
+Type parameters
+
+
+
+Name
+Type
+
+
+
+
+K
+extends never
+
+
+
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+state
+{} | (prevState: Readonly<{}>, props: Readonly<MonacoEditorProps >) => {} | Pick<{}, K> | Pick<{}, K>
+
+
+callback?
+() => void
+
+
+
+Returns
+void
+Inherited from
+React.Component.setState
+
+setValue
+▸ setValue (value?): void
+Parameters
+
+
+
+Name
+Type
+Default value
+
+
+
+
+value
+string
+""
+
+
+
+Returns
+void
+
+shouldComponentUpdate
+▸ Optional shouldComponentUpdate (nextProps, nextState, nextContext): boolean
+Called to determine whether the change in props and state should trigger a re-render.
+Component always returns true.
+PureComponent implements a shallow comparison on props and state and returns true if any
+props or states have changed.
+If false is returned, Component#render, componentWillUpdate
+and componentDidUpdate will not be called.
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly<MonacoEditorProps >
+
+
+nextState
+Readonly<{}>
+
+
+nextContext
+any
+
+
+
+Returns
+boolean
+Inherited from
+React.Component.shouldComponentUpdate
+
+validate
+▸ validate (value?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+value
+string
+
+
+
+Returns
+void
+
+createUri
+▸ Static createUri (id): Uri
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+Uri
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.Component.Notifications/index.html b/master/extensions/api/classes/Renderer.Component.Notifications/index.html
index 8638214c12..24bf44617b 100644
--- a/master/extensions/api/classes/Renderer.Component.Notifications/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Notifications/index.html
@@ -1096,11 +1096,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1132,16 +1132,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.PageLayout/index.html b/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
index bb561af686..43c6783e06 100644
--- a/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
@@ -1058,11 +1058,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1091,16 +1091,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.PieChart/index.html b/master/extensions/api/classes/Renderer.Component.PieChart/index.html
index eedb442d2e..78b68f2de3 100644
--- a/master/extensions/api/classes/Renderer.Component.PieChart/index.html
+++ b/master/extensions/api/classes/Renderer.Component.PieChart/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html b/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html
index 3729a38c98..6f43d3e3c5 100644
--- a/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html
+++ b/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Radio/index.html b/master/extensions/api/classes/Renderer.Component.Radio/index.html
index ba1d5a1512..28dd6eff0d 100644
--- a/master/extensions/api/classes/Renderer.Component.Radio/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Radio/index.html
@@ -1056,11 +1056,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1089,16 +1089,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.RadioGroup/index.html b/master/extensions/api/classes/Renderer.Component.RadioGroup/index.html
index 76adf8c84e..48ed9efec0 100644
--- a/master/extensions/api/classes/Renderer.Component.RadioGroup/index.html
+++ b/master/extensions/api/classes/Renderer.Component.RadioGroup/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.SearchInput/index.html b/master/extensions/api/classes/Renderer.Component.SearchInput/index.html
index 315db03ba7..e5781f0ce3 100644
--- a/master/extensions/api/classes/Renderer.Component.SearchInput/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SearchInput/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Select/index.html b/master/extensions/api/classes/Renderer.Component.Select/index.html
index e099ce039d..713c15bbb2 100644
--- a/master/extensions/api/classes/Renderer.Component.Select/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Select/index.html
@@ -1095,11 +1095,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1128,16 +1128,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html b/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
index 1ddec75485..058b7b6832 100644
--- a/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
@@ -1058,11 +1058,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1091,16 +1091,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Slider/index.html b/master/extensions/api/classes/Renderer.Component.Slider/index.html
index 645884bfa7..38648a9408 100644
--- a/master/extensions/api/classes/Renderer.Component.Slider/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Slider/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Spinner/index.html b/master/extensions/api/classes/Renderer.Component.Spinner/index.html
index 6ff8bc0b53..5c38c4d1ca 100644
--- a/master/extensions/api/classes/Renderer.Component.Spinner/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Spinner/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.StatusBrick/index.html b/master/extensions/api/classes/Renderer.Component.StatusBrick/index.html
index b231f7bc61..497a7e92f5 100644
--- a/master/extensions/api/classes/Renderer.Component.StatusBrick/index.html
+++ b/master/extensions/api/classes/Renderer.Component.StatusBrick/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Stepper/index.html b/master/extensions/api/classes/Renderer.Component.Stepper/index.html
index 7b63aa50d0..1cef74d11e 100644
--- a/master/extensions/api/classes/Renderer.Component.Stepper/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Stepper/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.SubTitle/index.html b/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
index e931b4d6f3..485aec07a2 100644
--- a/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.TableCell/index.html b/master/extensions/api/classes/Renderer.Component.TableCell/index.html
index a72d983f54..0a9f1b951e 100644
--- a/master/extensions/api/classes/Renderer.Component.TableCell/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableCell/index.html
@@ -1071,11 +1071,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1104,16 +1104,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.TableHead/index.html b/master/extensions/api/classes/Renderer.Component.TableHead/index.html
index 02ae924fdb..a064c022f8 100644
--- a/master/extensions/api/classes/Renderer.Component.TableHead/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableHead/index.html
@@ -1048,11 +1048,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1081,16 +1081,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.TableRow/index.html b/master/extensions/api/classes/Renderer.Component.TableRow/index.html
index 6ced602735..e3a0bcb2e7 100644
--- a/master/extensions/api/classes/Renderer.Component.TableRow/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableRow/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Tabs/index.html b/master/extensions/api/classes/Renderer.Component.Tabs/index.html
index 6258c0b604..abf7052f21 100644
--- a/master/extensions/api/classes/Renderer.Component.Tabs/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tabs/index.html
@@ -1056,11 +1056,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1092,16 +1092,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Tooltip/index.html b/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
index 4c4c61ad0c..4b5253b4af 100644
--- a/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
@@ -1146,11 +1146,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1188,16 +1188,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.Wizard/index.html b/master/extensions/api/classes/Renderer.Component.Wizard/index.html
index 7a937acec8..57ab0ff34f 100644
--- a/master/extensions/api/classes/Renderer.Component.Wizard/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Wizard/index.html
@@ -1181,11 +1181,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1214,16 +1214,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html b/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
index 613e2bc310..f8e4a51e51 100644
--- a/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
@@ -1040,11 +1040,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1073,16 +1073,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Component.WizardStep/index.html b/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
index a9b04a6fc4..929cdb3c15 100644
--- a/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
+++ b/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
@@ -1134,11 +1134,11 @@
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
-static contextType = MyContext
-// For TS pre-3.7:
-context !: React . ContextType < typeof MyContext >
-// For TS 3.7 and above:
-declare context : React.ContextType < typeof MyContext >
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
see https://reactjs.org/docs/context.html
Inherited from
@@ -1170,16 +1170,16 @@ 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
-const Ctx = React . createContext < MyContext > ( 0 )
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
-class Foo extends React . Component {
- static contextType = Ctx
- context !: React . ContextType < typeof Ctx >
- render () {
- return <> My context ' s value : { this . context } < />;
- }
-}
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
see https://reactjs.org/docs/context.html#classcontexttype
Inherited from
diff --git a/master/extensions/api/classes/Renderer.Ipc/index.html b/master/extensions/api/classes/Renderer.Ipc/index.html
index 2201c4f65c..e9aae495eb 100644
--- a/master/extensions/api/classes/Renderer.Ipc/index.html
+++ b/master/extensions/api/classes/Renderer.Ipc/index.html
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix] : string
Inherited from
-IpcRegistrar.__@IpcPrefix@54709
+IpcRegistrar.__@IpcPrefix@54710
extension
• Protected extension : LensExtension
diff --git a/master/extensions/api/classes/Renderer.LensExtension/index.html b/master/extensions/api/classes/Renderer.LensExtension/index.html
index 8e86dedba2..f8d7ead7eb 100644
--- a/master/extensions/api/classes/Renderer.LensExtension/index.html
+++ b/master/extensions/api/classes/Renderer.LensExtension/index.html
@@ -1189,7 +1189,7 @@
[Disposers]
• [Disposers] : ExtendableDisposer
Inherited from
-LensExtension.__@Disposers@23760
+LensExtension.__@Disposers@23766
additionalCategoryColumns
• additionalCategoryColumns : AdditionalCategoryColumnRegistration [] = []
@@ -1322,7 +1322,7 @@
Returns
void
Inherited from
-LensExtension.__@setLensExtensionDependencies@23720
+LensExtension.__@setLensExtensionDependencies@23726
activate
▸ activate (): Promise<void>
diff --git a/master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html b/master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html
new file mode 100644
index 0000000000..a88e7d325c
--- /dev/null
+++ b/master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html
@@ -0,0 +1,1109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface: MonacoEditorProps - Lens Extension Development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface: MonacoEditorProps
+Renderer .Component .MonacoEditorProps
+Table of contents
+Properties
+
+Methods
+
+Properties
+autoFocus
+• Optional autoFocus : boolean
+
+className
+• Optional className : string
+
+id
+• Optional id : string
+
+language
+• Optional language : "yaml" | "json"
+
+options
+• Optional options : Partial<IStandaloneEditorConstructionOptions>
+
+readOnly
+• Optional readOnly : boolean
+
+style
+• Optional style : CSSProperties
+
+theme
+• Optional theme : MonacoTheme
+
+value
+• Optional value : string
+Methods
+onChange
+▸ Optional onChange (value, evt): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+value
+string
+
+
+evt
+IModelContentChangedEvent
+
+
+
+Returns
+void
+
+onDidContentSizeChange
+▸ Optional onDidContentSizeChange (evt): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+evt
+IContentSizeChangedEvent
+
+
+
+Returns
+void
+
+onDidLayoutChange
+▸ Optional onDidLayoutChange (info): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+info
+EditorLayoutInfo
+
+
+
+Returns
+void
+
+onError
+▸ Optional onError (error?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+error?
+unknown
+
+
+
+Returns
+void
+
+onModelChange
+▸ Optional onModelChange (model, prev?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+model
+ITextModel
+
+
+prev?
+ITextModel
+
+
+
+Returns
+void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/master/extensions/api/modules/Renderer.Component/index.html b/master/extensions/api/modules/Renderer.Component/index.html
index 9e73563f49..b1b894d554 100644
--- a/master/extensions/api/modules/Renderer.Component/index.html
+++ b/master/extensions/api/modules/Renderer.Component/index.html
@@ -807,6 +807,27 @@
MenuContextValue
+
+
+
+
+ MonacoCustomTheme
+
+
+
+
+
+
+ MonacoEditorId
+
+
+
+
+
+
+ MonacoTheme
+
+
@@ -1187,6 +1208,7 @@
Menu
MenuActions
MenuItem
+MonacoEditor
Notifications
NotificationsStore
PageLayout
@@ -1247,6 +1269,7 @@
MenuPosition
MenuProps
MenuStyle
+MonacoEditorProps
NamespaceSelectProps
Notification
PieChartData
@@ -1288,6 +1311,9 @@
IconData
InputProps
MenuContextValue
+MonacoCustomTheme
+MonacoEditorId
+MonacoTheme
NotificationId
NotificationMessage
RadioProps
@@ -1378,6 +1404,15 @@
Ƭ MenuContextValue : Menu
+MonacoCustomTheme
+Ƭ MonacoCustomTheme : "clouds-midnight"
+
+MonacoEditorId
+Ƭ MonacoEditorId : string
+
+MonacoTheme
+Ƭ MonacoTheme : "vs" | "vs-dark" | "hc-black" | MonacoCustomTheme
+
NotificationId
Ƭ NotificationId : string | number
@@ -1533,7 +1568,7 @@
• Const NamespaceSelectFilter : FunctionComponent<SelectProps <any>>
Switcher
-• Const Switcher : ComponentType<Pick<SwitcherProps , "id" | "name" | "prefix" | "defaultValue" | "title" | "value" | "size" | "form" | "slot" | "style" | "className" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "hidden" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "action" | "checked" | "readOnly" | "required" | "ref" | "key" | "innerRef" | "checkedIcon" | "icon" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputProps" | "inputRef"> & StyledComponentProps<"track" | "checked" | "root" | "thumb" | "focusVisible" | "switchBase">>
+• Const Switcher : ComponentType<Pick<SwitcherProps , "id" | "name" | "prefix" | "defaultValue" | "className" | "style" | "autoFocus" | "readOnly" | "value" | "onChange" | "onError" | "title" | "size" | "form" | "slot" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "hidden" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "action" | "checked" | "required" | "ref" | "key" | "innerRef" | "checkedIcon" | "icon" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputProps" | "inputRef"> & StyledComponentProps<"track" | "checked" | "root" | "thumb" | "focusVisible" | "switchBase">>
deprecated Use instead from "../switch.tsx".
cpuOptions
diff --git a/master/extensions/capabilities/common-capabilities/index.html b/master/extensions/capabilities/common-capabilities/index.html
index 1f615de8ed..bd97f4769b 100644
--- a/master/extensions/capabilities/common-capabilities/index.html
+++ b/master/extensions/capabilities/common-capabilities/index.html
@@ -1003,270 +1003,270 @@ It adds app menu items to the Lens UI.
In order to see logs from this extension, you need to start Lens from the command line.
Activate
This extension can register a custom callback that is executed when an extension is activated (started).
-import { Main } from "@k8slens/extensions"
+import { Main } from "@k8slens/extensions"
-export default class ExampleMainExtension extends Main . LensExtension {
- async onActivate () {
- console . log ( "hello world" )
- }
-}
+export default class ExampleMainExtension extends Main . LensExtension {
+ async onActivate () {
+ console . log ( "hello world" )
+ }
+}
Deactivate
This extension can register a custom callback that is executed when an extension is deactivated (stopped).
-import { Main } from "@k8slens/extensions"
+import { Main } from "@k8slens/extensions"
-export default class ExampleMainExtension extends Main . LensExtension {
- async onDeactivate () {
- console . log ( "bye bye" )
- }
-}
+export default class ExampleMainExtension extends Main . LensExtension {
+ async onDeactivate () {
+ console . log ( "bye bye" )
+ }
+}
This extension can register custom app and tray menus that will be displayed on OS native menus.
Example:
-import { Main } from "@k8slens/extensions"
+import { Main } from "@k8slens/extensions"
-export default class ExampleMainExtension extends Main . LensExtension {
- appMenus = [
- {
- parentId : "help" ,
- label : "Example item" ,
- click () {
- Main . Navigation . navigate ( "https://k8slens.dev" );
- }
- }
- ]
+export default class ExampleMainExtension extends Main . LensExtension {
+ appMenus = [
+ {
+ parentId : "help" ,
+ label : "Example item" ,
+ click () {
+ Main . Navigation . navigate ( "https://k8slens.dev" );
+ }
+ }
+ ]
- trayMenus = [
- {
- label : "My links" ,
- submenu : [
- {
- label : "Lens" ,
- click () {
- Main . Navigation . navigate ( "https://k8slens.dev" );
- }
- },
- {
- type : "separator"
- },
- {
- label : "Lens Github" ,
- click () {
- Main . Navigation . navigate ( "https://github.com/lensapp/lens" );
- }
- }
- ]
- }
- ]
-}
+ trayMenus = [
+ {
+ label : "My links" ,
+ submenu : [
+ {
+ label : "Lens" ,
+ click () {
+ Main . Navigation . navigate ( "https://k8slens.dev" );
+ }
+ },
+ {
+ type : "separator"
+ },
+ {
+ label : "Lens Github" ,
+ click () {
+ Main . Navigation . navigate ( "https://github.com/lensapp/lens" );
+ }
+ }
+ ]
+ }
+ ]
+}
Renderer Extension
The renderer extension runs in a browser context, and is visible in Lens's main window.
In order to see logs from this extension you need to check them via View > Toggle Developer Tools > Console .
Activate
This extension can register a custom callback that is executed when an extension is activated (started).
-import { Renderer } from "@k8slens/extensions"
+import { Renderer } from "@k8slens/extensions"
-export default class ExampleExtension extends Renderer . LensExtension {
- async onActivate () {
- console . log ( "hello world" )
- }
-}
+export default class ExampleExtension extends Renderer . LensExtension {
+ async onActivate () {
+ console . log ( "hello world" )
+ }
+}
Deactivate
This extension can register a custom callback that is executed when an extension is deactivated (stopped).
-import { Renderer } from "@k8slens/extensions"
+import { Renderer } from "@k8slens/extensions"
-export default class ExampleMainExtension extends Renderer . LensExtension {
- async onDeactivate () {
- console . log ( "bye bye" )
- }
-}
+export default class ExampleMainExtension extends Renderer . LensExtension {
+ async onDeactivate () {
+ console . log ( "bye bye" )
+ }
+}
Global Pages
This extension can register custom global pages (views) to Lens's main window.
The global page is a full-screen page that hides all other content from a window.
-import React from "react"
-import { Renderer } from "@k8slens/extensions"
-import { ExamplePage } from "./src/example-page"
+import React from "react"
+import { Renderer } from "@k8slens/extensions"
+import { ExamplePage } from "./src/example-page"
-const {
- Component : {
- Icon ,
- }
-} = Renderer ;
+const {
+ Component : {
+ Icon ,
+ }
+} = Renderer ;
-export default class ExampleRendererExtension extends Renderer . LensExtension {
- globalPages = [
- {
- id : "example" ,
- components : {
- Page : ExamplePage ,
- }
- }
- ]
+export default class ExampleRendererExtension extends Renderer . LensExtension {
+ globalPages = [
+ {
+ id : "example" ,
+ components : {
+ Page : ExamplePage ,
+ }
+ }
+ ]
- globalPageMenus = [
- {
- title : "Example page" , // used in icon's tooltip
- target : { pageId : "example" }
- components : {
- Icon : () => < Icon material = "arrow" /> ,
- }
- }
- ]
-}
+ globalPageMenus = [
+ {
+ title : "Example page" , // used in icon's tooltip
+ target : { pageId : "example" }
+ components : {
+ Icon : () => < Icon material = "arrow" /> ,
+ }
+ }
+ ]
+}
App Preferences
This extension can register custom app preferences.
It is responsible for storing a state for custom preferences.
-import React from "react"
-import { Renderer } from "@k8slens/extensions"
-import { myCustomPreferencesStore } from "./src/my-custom-preferences-store"
-import { MyCustomPreferenceHint , MyCustomPreferenceInput } from "./src/my-custom-preference"
+import React from "react"
+import { Renderer } from "@k8slens/extensions"
+import { myCustomPreferencesStore } from "./src/my-custom-preferences-store"
+import { MyCustomPreferenceHint , MyCustomPreferenceInput } from "./src/my-custom-preference"
-export default class ExampleRendererExtension extends Renderer . LensExtension {
- appPreferences = [
- {
- title : "My Custom Preference" ,
- components : {
- Hint : () => < MyCustomPreferenceHint /> ,
- Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } />
- }
- }
- ]
-}
+export default class ExampleRendererExtension extends Renderer . LensExtension {
+ appPreferences = [
+ {
+ title : "My Custom Preference" ,
+ components : {
+ Hint : () => < MyCustomPreferenceHint /> ,
+ Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } />
+ }
+ }
+ ]
+}
Cluster Pages
This extension can register custom cluster pages.
These pages are visible in a cluster menu when a cluster is opened.
-import React from "react"
-import { Renderer } from "@k8slens/extensions" ;
-import { ExampleIcon , ExamplePage } from "./src/page"
+import React from "react"
+import { Renderer } from "@k8slens/extensions" ;
+import { ExampleIcon , ExamplePage } from "./src/page"
-export default class ExampleExtension extends Renderer . LensExtension {
- clusterPages = [
- {
- id : "extension-example" , // optional
- exact : true , // optional
- components : {
- Page : () => < ExamplePage extension = { this } /> ,
- }
- }
- ]
+export default class ExampleExtension extends Renderer . LensExtension {
+ clusterPages = [
+ {
+ id : "extension-example" , // optional
+ exact : true , // optional
+ components : {
+ Page : () => < ExamplePage extension = { this } /> ,
+ }
+ }
+ ]
- clusterPageMenus = [
- {
- url : "/extension-example" , // optional
- title : "Example Extension" ,
- components : {
- Icon : ExampleIcon ,
- }
- }
- ]
-}
+ clusterPageMenus = [
+ {
+ url : "/extension-example" , // optional
+ title : "Example Extension" ,
+ components : {
+ Icon : ExampleIcon ,
+ }
+ }
+ ]
+}
Top Bar Items
This extension can register custom components to a top bar area.
-import React from "react" ;
-import { Renderer } from "@k8slens/extensions" ;
+import React from "react" ;
+import { Renderer } from "@k8slens/extensions" ;
-const {
- Component : {
- Icon ,
- }
-} = Renderer ;
+const {
+ Component : {
+ Icon ,
+ }
+} = Renderer ;
-export default class ExampleExtension extends Renderer . LensExtension {
- topBarItems = [
- {
- components : {
- Item : () => (
- < Icon material = "favorite" onClick = {() => this . navigate ( "/example-page" />
- )
- }
- }
- ]
-}
+export default class ExampleExtension extends Renderer . LensExtension {
+ topBarItems = [
+ {
+ components : {
+ Item : () => (
+ < Icon material = "favorite" onClick = {() => this . navigate ( "/example-page" />
+ )
+ }
+ }
+ ]
+}
Status Bar Items
This extension can register custom icons and text to a status bar area.
-import React from "react" ;
-import { Renderer } from "@k8slens/extensions" ;
+import React from "react" ;
+import { Renderer } from "@k8slens/extensions" ;
-const {
- Component : {
- Icon ,
- }
-} = Renderer ;
+const {
+ Component : {
+ Icon ,
+ }
+} = Renderer ;
-export default class ExampleExtension extends Renderer . LensExtension {
- statusBarItems = [
- {
- components : {
- Item : () => (
- < div className = "flex align-center gaps hover-highlight" onClick = {() => this . navigate ( "/example-page" )} >
- < Icon material = "favorite" />
- < /div>
- )
- }
- }
- ]
-}
+export default class ExampleExtension extends Renderer . LensExtension {
+ statusBarItems = [
+ {
+ components : {
+ Item : () => (
+ < div className = "flex align-center gaps hover-highlight" onClick = {() => this . navigate ( "/example-page" )} >
+ < Icon material = "favorite" />
+ < /div>
+ )
+ }
+ }
+ ]
+}
Kubernetes Workloads Overview Items
This extension can register custom workloads overview items.
-import React from "react"
-import { Renderer } from "@k8slens/extensions" ;
-import { CustomWorkloadsOverviewItem } from "./src/custom-workloads-overview-item"
+import React from "react"
+import { Renderer } from "@k8slens/extensions" ;
+import { CustomWorkloadsOverviewItem } from "./src/custom-workloads-overview-item"
-export default class ExampleExtension extends Renderer . LensExtension {
- kubeWorkloadsOverviewItems = [
- {
- components : {
- Details : () => < CustomWorkloadsOverviewItem />
- }
- }
- ]
-}
+export default class ExampleExtension extends Renderer . LensExtension {
+ kubeWorkloadsOverviewItems = [
+ {
+ components : {
+ Details : () => < CustomWorkloadsOverviewItem />
+ }
+ }
+ ]
+}
This extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions.
-import React from "react"
-import { Renderer } from "@k8slens/extensions" ;
-import { CustomMenuItem , CustomMenuItemProps } from "./src/custom-menu-item"
+