R
diff --git a/master/extensions/api/classes/Main.LensExtension/index.html b/master/extensions/api/classes/Main.LensExtension/index.html
index d46438975c..024e65e51a 100644
--- a/master/extensions/api/classes/Main.LensExtension/index.html
+++ b/master/extensions/api/classes/Main.LensExtension/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1069,12 +1069,12 @@
[Disposers]
• [Disposers] : ExtendableDisposer
Inherited from
-LensExtension.__@Disposers@29133
+LensExtension.__@Disposers@29308
[lensExtensionDependencies]
• Readonly [lensExtensionDependencies] : LensMainExtensionDependencies
Inherited from
-LensExtension.__@lensExtensionDependencies@29136
+LensExtension.__@lensExtensionDependencies@29311
• appMenus : MenuRegistration[] = []
@@ -1108,9 +1108,11 @@
• Optional terminalShellEnvModifier : ShellEnvModifier
implement this to modify the shell environment that Lens terminals are opened with. The ShellEnvModifier type has the signature
(ctx: ShellEnvContext, env: Record) => Record
-param the shell environment context, specifically the relevant catalog entity for the terminal. This can be used, for example, to get
+
Param
+the shell environment context, specifically the relevant catalog entity for the terminal. This can be used, for example, to get
cluster-specific information that can be made available in the shell environment by the implementation of terminalShellEnvModifier
-param the current shell environment that the terminal will be opened with. The implementation should modify this as desired.
+Param
+the current shell environment that the terminal will be opened with. The implementation should modify this as desired.
• trayMenus : TrayMenuRegistration [] = []
diff --git a/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html b/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html
index 7767232def..01cb606e5b 100644
--- a/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html
+++ b/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html b/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
index 4bbc42b33e..4ca042bf20 100644
--- a/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
+++ b/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1019,8 +1019,9 @@
Inherited from
React.Component<DrawerParamTogglerProps, State>.constructor
• new DrawerParamToggler (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1054,7 +1055,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1065,7 +1067,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1091,7 +1094,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1102,9 +1106,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1119,9 +1127,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1153,9 +1165,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1258,9 +1274,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1274,9 +1294,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1316,9 +1340,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Input/index.html b/master/extensions/api/classes/Renderer.Component.Input/index.html
index bae95c0629..21a7cbc797 100644
--- a/master/extensions/api/classes/Renderer.Component.Input/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Input/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1205,7 +1205,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1219,7 +1220,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1251,7 +1253,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1280,9 +1283,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1297,9 +1304,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1331,9 +1342,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1450,9 +1465,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1466,9 +1485,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1506,9 +1529,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Menu/index.html b/master/extensions/api/classes/Renderer.Component.Menu/index.html
index baf79fac97..2d048f2d0b 100644
--- a/master/extensions/api/classes/Renderer.Component.Menu/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Menu/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1213,7 +1213,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1235,7 +1236,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1261,7 +1263,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1295,9 +1298,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1312,9 +1319,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1346,9 +1357,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1489,9 +1504,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1505,9 +1524,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1545,9 +1568,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.MenuItem/index.html b/master/extensions/api/classes/Renderer.Component.MenuItem/index.html
index 5e7d9b3fa1..82caa07fb5 100644
--- a/master/extensions/api/classes/Renderer.Component.MenuItem/index.html
+++ b/master/extensions/api/classes/Renderer.Component.MenuItem/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1097,7 +1097,8 @@
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1133,9 +1134,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1150,9 +1155,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1184,9 +1193,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1309,9 +1322,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1325,9 +1342,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1367,9 +1388,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html b/master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html
index d5f30ac3b0..9a86981d92 100644
--- a/master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html
+++ b/master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.Component.PageLayout/index.html b/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
index 79f13c3779..3d37e9351d 100644
--- a/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
@@ -19,7 +19,7 @@
-
+
@@ -969,7 +969,7 @@
Class: PageLayout
Renderer .Component .PageLayout
PageLayout is deprecated. See MainLayout & SettingLayout
-deprecated
+Deprecated
Hierarchy
SettingLayout
@@ -1029,8 +1029,9 @@
Inherited from
SettingLayout .constructor
• new PageLayout (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1064,7 +1065,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
SettingLayout .context
@@ -1075,7 +1077,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1101,7 +1104,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
SettingLayout .contextType
@@ -1117,9 +1121,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1134,9 +1142,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1168,9 +1180,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1272,9 +1288,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1288,9 +1308,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1328,9 +1352,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html b/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html
index b8198637b4..f6b5929154 100644
--- a/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html
+++ b/master/extensions/api/classes/Renderer.Component.PodDetailsList/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1046,7 +1046,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1057,7 +1058,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1083,7 +1085,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1094,9 +1097,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1111,9 +1118,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1145,9 +1156,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1249,9 +1264,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1265,9 +1284,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1305,9 +1328,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.SearchInput/index.html b/master/extensions/api/classes/Renderer.Component.SearchInput/index.html
index 6182f0c8a2..b6e8027bb7 100644
--- a/master/extensions/api/classes/Renderer.Component.SearchInput/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SearchInput/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1054,7 +1054,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1065,7 +1066,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1091,7 +1093,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1105,9 +1108,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1122,9 +1129,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1156,9 +1167,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1265,9 +1280,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1281,9 +1300,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1321,9 +1344,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html b/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
index baf4d192a6..956df1fca9 100644
--- a/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1029,8 +1029,9 @@
Inherited from
React.Component<SettingLayoutProps>.constructor
• new SettingLayout (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1064,7 +1065,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1075,7 +1077,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1101,7 +1104,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1115,9 +1119,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1132,9 +1140,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1166,9 +1178,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1270,9 +1286,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1286,9 +1306,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1326,9 +1350,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Slider/index.html b/master/extensions/api/classes/Renderer.Component.Slider/index.html
index a83da1a3d1..be80e804b7 100644
--- a/master/extensions/api/classes/Renderer.Component.Slider/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Slider/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1019,8 +1019,9 @@
Inherited from
Component<SliderProps>.constructor
• new Slider (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1054,7 +1055,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
Component.context
@@ -1065,7 +1067,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1091,7 +1094,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
Component.contextType
@@ -1105,9 +1109,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1122,9 +1130,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1156,9 +1168,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1261,9 +1277,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1277,9 +1297,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1319,9 +1343,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Spinner/index.html b/master/extensions/api/classes/Renderer.Component.Spinner/index.html
index c4dbf06838..c61f828247 100644
--- a/master/extensions/api/classes/Renderer.Component.Spinner/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Spinner/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1019,8 +1019,9 @@
Inherited from
React.Component<SpinnerProps, {}>.constructor
• new Spinner (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1054,7 +1055,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1065,7 +1067,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1091,7 +1094,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1124,9 +1128,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1141,9 +1149,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1175,9 +1187,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1280,9 +1296,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1296,9 +1316,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1338,9 +1362,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Stepper/index.html b/master/extensions/api/classes/Renderer.Component.Stepper/index.html
index a4f90531be..543bcaf699 100644
--- a/master/extensions/api/classes/Renderer.Component.Stepper/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Stepper/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1011,8 +1011,9 @@
Inherited from
React.Component<StepperProps, {}>.constructor
• new Stepper (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1046,7 +1047,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1057,7 +1059,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1083,7 +1086,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1094,9 +1098,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1111,9 +1119,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1145,9 +1157,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1250,9 +1266,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1266,9 +1286,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1308,9 +1332,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.SubTitle/index.html b/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
index c11a007fec..2bc1925010 100644
--- a/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1011,8 +1011,9 @@
Inherited from
React.Component<SubTitleProps>.constructor
• new SubTitle (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1046,7 +1047,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1057,7 +1059,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1083,7 +1086,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1094,9 +1098,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1111,9 +1119,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1145,9 +1157,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1250,9 +1266,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1266,9 +1286,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1308,9 +1332,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Tab/index.html b/master/extensions/api/classes/Renderer.Component.Tab/index.html
index e58e94e44b..994e927b02 100644
--- a/master/extensions/api/classes/Renderer.Component.Tab/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tab/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1105,7 +1105,8 @@
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1133,9 +1134,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1150,9 +1155,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1184,9 +1193,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1288,9 +1301,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1304,9 +1321,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1346,9 +1367,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.TableCell/index.html b/master/extensions/api/classes/Renderer.Component.TableCell/index.html
index 5ee8926a0f..1d457e1675 100644
--- a/master/extensions/api/classes/Renderer.Component.TableCell/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableCell/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1046,7 +1046,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1057,7 +1058,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1083,7 +1085,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1094,9 +1097,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1111,9 +1118,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1145,9 +1156,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1250,9 +1265,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1266,9 +1285,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1308,9 +1331,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.TableHead/index.html b/master/extensions/api/classes/Renderer.Component.TableHead/index.html
index 5da0a34607..913cdbb7af 100644
--- a/master/extensions/api/classes/Renderer.Component.TableHead/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableHead/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1019,8 +1019,9 @@
Inherited from
React.Component<TableHeadProps>.constructor
• new TableHead (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1054,7 +1055,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1065,7 +1067,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1091,7 +1094,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1105,9 +1109,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1122,9 +1130,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1156,9 +1168,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1261,9 +1277,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1277,9 +1297,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1319,9 +1343,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.TableRow/index.html b/master/extensions/api/classes/Renderer.Component.TableRow/index.html
index e675b46b96..2c517da157 100644
--- a/master/extensions/api/classes/Renderer.Component.TableRow/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableRow/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1044,8 +1044,9 @@
Inherited from
React.Component<TableRowProps<Item>>.constructor
• new TableRow <Item>(props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Type parameters
@@ -1092,7 +1093,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1103,7 +1105,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1129,7 +1132,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1140,9 +1144,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1157,9 +1165,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1191,9 +1203,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1296,9 +1312,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1312,9 +1332,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1354,9 +1378,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Tabs/index.html b/master/extensions/api/classes/Renderer.Component.Tabs/index.html
index 2ca27a8f14..0caf02363b 100644
--- a/master/extensions/api/classes/Renderer.Component.Tabs/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tabs/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1019,8 +1019,9 @@
Inherited from
React.PureComponent<TabsProps>.constructor
• new Tabs (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1054,7 +1055,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.PureComponent.context
@@ -1068,7 +1070,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1094,7 +1097,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.PureComponent.contextType
Methods
@@ -1105,9 +1109,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1122,9 +1130,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1156,9 +1168,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1261,9 +1277,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1277,9 +1297,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1319,9 +1343,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.TerminalStore/index.html b/master/extensions/api/classes/Renderer.Component.TerminalStore/index.html
index bb5a04c9ed..a1dbf57dd1 100644
--- a/master/extensions/api/classes/Renderer.Component.TerminalStore/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TerminalStore/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.Component.Tooltip/index.html b/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
index 66a1d077c9..ac8e00bcc3 100644
--- a/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1144,7 +1144,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1164,7 +1165,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1190,7 +1192,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1214,9 +1217,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1231,9 +1238,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1265,9 +1276,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1344,9 +1359,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1360,9 +1379,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1400,9 +1423,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.Wizard/index.html b/master/extensions/api/classes/Renderer.Component.Wizard/index.html
index 2dd06054c1..0c9aa431de 100644
--- a/master/extensions/api/classes/Renderer.Component.Wizard/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Wizard/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1139,8 +1139,9 @@
Inherited from
React.Component<WizardProps<D>, State>.constructor
• new Wizard <D>(props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Type parameters
@@ -1187,7 +1188,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1198,7 +1200,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1224,7 +1227,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Accessors
@@ -1263,9 +1267,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1280,9 +1288,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1314,9 +1326,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1419,9 +1435,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1435,9 +1455,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1477,9 +1501,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html b/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
index 346e0b6956..e2908fd6a3 100644
--- a/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1011,8 +1011,9 @@
Inherited from
React.Component<WizardLayoutProps>.constructor
• new WizardLayout (props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Parameters
@@ -1046,7 +1047,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1057,7 +1059,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1083,7 +1086,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
Methods
@@ -1094,9 +1098,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1111,9 +1119,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1145,9 +1157,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1250,9 +1266,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1266,9 +1286,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1308,9 +1332,13 @@ cancelled network requests, or cleaning up any DOM elements created in com
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Component.WizardStep/index.html b/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
index beb6fb822a..35b15811a7 100644
--- a/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
+++ b/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1092,8 +1092,9 @@
Inherited from
React.Component<WizardStepProps<D>, WizardStepState>.constructor
• new WizardStep <D>(props, context)
-deprecated
-see https://reactjs.org/docs/legacy-context.html
+Deprecated
+See
+https://reactjs.org/docs/legacy-context.html
Type parameters
@@ -1140,7 +1141,8 @@ Should be used with type annotation or static contextType.
// For TS 3.7 and above:
declare context : React.ContextType < typeof MyContext >
-see https://reactjs.org/docs/context.html
+See
+https://reactjs.org/docs/context.html
Inherited from
React.Component.context
@@ -1151,7 +1153,8 @@ Should be used with type annotation or static contextType.
refs
• refs : Object
-deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Index signature
▪ [key: string]: ReactInstance
Inherited from
@@ -1180,7 +1183,8 @@ Should be used with type annotation or static contextType.
}
}
-see https://reactjs.org/docs/context.html#classcontexttype
+See
+https://reactjs.org/docs/context.html#classcontexttype
Inherited from
React.Component.contextType
@@ -1194,9 +1198,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Deprecated
+16.3, use componentDidMount or the constructor instead
+See
+
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1211,9 +1219,13 @@ props if you only want to handle changes.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1245,9 +1257,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1350,9 +1366,13 @@ the entire component tree to unmount.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Returns
void
Inherited from
@@ -1366,9 +1386,13 @@ 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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
@@ -1406,9 +1430,13 @@ prevents this from being invoked.
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
- - https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+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
+https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+
Parameters
diff --git a/master/extensions/api/classes/Renderer.Ipc/index.html b/master/extensions/api/classes/Renderer.Ipc/index.html
index f6b589b60a..1b8771c4eb 100644
--- a/master/extensions/api/classes/Renderer.Ipc/index.html
+++ b/master/extensions/api/classes/Renderer.Ipc/index.html
@@ -19,7 +19,7 @@
-
+
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix] : string
Inherited from
-IpcRegistrar.__@IpcPrefix@73042
+IpcRegistrar.__@IpcPrefix@74045
extension
• Protected extension : LensExtension<LensExtensionDependencies>
@@ -1034,7 +1034,7 @@ only the first's arguments will be used.
T
-extends Singleton <T>
+extends Singleton<T>
R
diff --git a/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html
index fda13fd922..9c2ded2459 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html
index 766d2017ac..316f2b0db9 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.K8sApi.ClusterRole/index.html b/master/extensions/api/classes/Renderer.K8sApi.ClusterRole/index.html
index 76f43c7906..49a55e0048 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.ClusterRole/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ClusterRole/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1233,7 +1233,8 @@
Methods
delete
▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.delete instead
+Deprecated
+use KubeApi.delete instead
Parameters
@@ -1256,7 +1257,8 @@
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
-deprecated This function computes a new "now" on every call might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call might cause subtle issues if called multiple times
NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering
Parameters
@@ -1393,7 +1395,8 @@ creation timestamp of this object.
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
-deprecated This function computes a new "now" on every call which might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call which might cause subtle issues if called multiple times
NOTE: Generally you can use getCreationTimestamp instead.
Returns
number
@@ -1402,7 +1405,8 @@ creation timestamp of this object.
patch
▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.patch instead
+Deprecated
+use KubeApi.patch instead
Parameters
@@ -1436,7 +1440,8 @@ creation timestamp of this object.
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
common race condition.
-deprecated use KubeApi.update instead
+Deprecated
+use KubeApi.update instead
Parameters
diff --git a/master/extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/index.html b/master/extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/index.html
index d15f3473ff..237153135b 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1241,7 +1241,8 @@
Methods
delete
▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.delete instead
+Deprecated
+use KubeApi.delete instead
Parameters
@@ -1264,7 +1265,8 @@
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
-deprecated This function computes a new "now" on every call might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call might cause subtle issues if called multiple times
NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering
Parameters
@@ -1406,7 +1408,8 @@ creation timestamp of this object.
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
-deprecated This function computes a new "now" on every call which might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call which might cause subtle issues if called multiple times
NOTE: Generally you can use getCreationTimestamp instead.
Returns
number
@@ -1415,7 +1418,8 @@ creation timestamp of this object.
patch
▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.patch instead
+Deprecated
+use KubeApi.patch instead
Parameters
@@ -1449,7 +1453,8 @@ creation timestamp of this object.
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
common race condition.
-deprecated use KubeApi.update instead
+Deprecated
+use KubeApi.update instead
Parameters
diff --git a/master/extensions/api/classes/Renderer.K8sApi.ConfigMap/index.html b/master/extensions/api/classes/Renderer.K8sApi.ConfigMap/index.html
index eaa993606e..fb5d72cd47 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.ConfigMap/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ConfigMap/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1244,7 +1244,8 @@
Methods
delete
▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.delete instead
+Deprecated
+use KubeApi.delete instead
Parameters
@@ -1267,7 +1268,8 @@
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
-deprecated This function computes a new "now" on every call might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call might cause subtle issues if called multiple times
NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering
Parameters
@@ -1404,7 +1406,8 @@ creation timestamp of this object.
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
-deprecated This function computes a new "now" on every call which might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call which might cause subtle issues if called multiple times
NOTE: Generally you can use getCreationTimestamp instead.
Returns
number
@@ -1413,7 +1416,8 @@ creation timestamp of this object.
patch
▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.patch instead
+Deprecated
+use KubeApi.patch instead
Parameters
@@ -1447,7 +1451,8 @@ creation timestamp of this object.
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
common race condition.
-deprecated use KubeApi.update instead
+Deprecated
+use KubeApi.update instead
Parameters
diff --git a/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html
index e2fcf1bcf1..a2e4ee645b 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1334,7 +1334,8 @@
Inherited from
KubeObjectStore .constructor
• new ConfigMapsStore ()
-deprecated Supply API instance through constructor
+Deprecated
+Supply API instance through constructor
Inherited from
KubeObjectStore .constructor
Properties
diff --git a/master/extensions/api/classes/Renderer.K8sApi.CronJob/index.html b/master/extensions/api/classes/Renderer.K8sApi.CronJob/index.html
index 7ec130bd4f..103821b62c 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.CronJob/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CronJob/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1243,7 +1243,8 @@
Methods
delete
▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.delete instead
+Deprecated
+use KubeApi.delete instead
Parameters
@@ -1266,7 +1267,8 @@
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
-deprecated This function computes a new "now" on every call might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call might cause subtle issues if called multiple times
NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering
Parameters
@@ -1413,7 +1415,8 @@ creation timestamp of this object.
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
-deprecated This function computes a new "now" on every call which might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call which might cause subtle issues if called multiple times
NOTE: Generally you can use getCreationTimestamp instead.
Returns
number
@@ -1432,7 +1435,8 @@ creation timestamp of this object.
patch
▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.patch instead
+Deprecated
+use KubeApi.patch instead
Parameters
@@ -1466,7 +1470,8 @@ creation timestamp of this object.
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
common race condition.
-deprecated use KubeApi.update instead
+Deprecated
+use KubeApi.update instead
Parameters
diff --git a/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html
index 75e6e13414..e0098e1181 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/index.html b/master/extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/index.html
index c1fc397207..dd6626df0e 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1331,7 +1331,8 @@
Methods
delete
▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.delete instead
+Deprecated
+use KubeApi.delete instead
Parameters
@@ -1354,7 +1355,8 @@
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
-deprecated This function computes a new "now" on every call might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call might cause subtle issues if called multiple times
NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering
Parameters
@@ -1568,7 +1570,8 @@ creation timestamp of this object.
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
-deprecated This function computes a new "now" on every call which might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call which might cause subtle issues if called multiple times
NOTE: Generally you can use getCreationTimestamp instead.
Returns
number
@@ -1592,7 +1595,8 @@ creation timestamp of this object.
patch
▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.patch instead
+Deprecated
+use KubeApi.patch instead
Parameters
@@ -1626,7 +1630,8 @@ creation timestamp of this object.
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
common race condition.
-deprecated use KubeApi.update instead
+Deprecated
+use KubeApi.update instead
Parameters
diff --git a/master/extensions/api/classes/Renderer.K8sApi.DaemonSet/index.html b/master/extensions/api/classes/Renderer.K8sApi.DaemonSet/index.html
index 7e0e6d8e77..ea2cbbeb39 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.DaemonSet/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.DaemonSet/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1259,7 +1259,8 @@
Methods
delete
▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.delete instead
+Deprecated
+use KubeApi.delete instead
Parameters
@@ -1292,7 +1293,8 @@
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
-deprecated This function computes a new "now" on every call might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call might cause subtle issues if called multiple times
NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering
Parameters
@@ -1444,7 +1446,8 @@ creation timestamp of this object.
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
-deprecated This function computes a new "now" on every call which might cause subtle issues if called multiple times
+Deprecated
+This function computes a new "now" on every call which might cause subtle issues if called multiple times
NOTE: Generally you can use getCreationTimestamp instead.
Returns
number
@@ -1458,7 +1461,8 @@ creation timestamp of this object.
patch
▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
-deprecated use KubeApi.patch instead
+Deprecated
+use KubeApi.patch instead
Parameters
@@ -1492,7 +1496,8 @@ creation timestamp of this object.
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
common race condition.
-deprecated use KubeApi.update instead
+Deprecated
+use KubeApi.update instead
Parameters
diff --git a/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html
index f408cf6752..a2e6cc1ca7 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html
@@ -19,7 +19,7 @@
-
+
diff --git a/master/extensions/api/classes/Renderer.K8sApi.Deployment/index.html b/master/extensions/api/classes/Renderer.K8sApi.Deployment/index.html
index 9159fa55b1..46654924ed 100644
--- a/master/extensions/api/classes/Renderer.K8sApi.Deployment/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.Deployment/index.html
@@ -19,7 +19,7 @@
-
+
@@ -1275,7 +1275,8 @@
Methods
delete
▸ delete (params?): Promise<