@@ -1979,17 +1979,17 @@ and componentDidUpdate will not be called.
Object literals
state
▪ state : object
-Overrides SubTitle .state
-Defined in src/renderer/components/input/input.tsx:61
+Overrides PageLayout .state
+Defined in src/renderer/components/input/input.tsx:61
dirty
• dirty : boolean = !!this.props.dirty
-Defined in src/renderer/components/input/input.tsx:62
+Defined in src/renderer/components/input/input.tsx:62
errors
• errors : undefined[] = []
-Defined in src/renderer/components/input/input.tsx:64
+Defined in src/renderer/components/input/input.tsx:64
valid
• valid : true = true
-Defined in src/renderer/components/input/input.tsx:63
+Defined in src/renderer/components/input/input.tsx:63
diff --git a/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
index 655e85ed8b..6f88c40d20 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
@@ -1105,7 +1105,7 @@
Constructors
constructor
+ new KubeEventDetails (props: Readonly‹KubeEventDetailsProps › | KubeEventDetailsProps ): KubeEventDetails
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeEventDetails
+ new KubeEventDetails (props: KubeEventDetailsProps , context: any): KubeEventDetails
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1151,7 +1151,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1166,12 +1166,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeEventDetailsProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1182,12 +1182,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1206,7 +1206,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1220,7 +1220,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeEventDetailsProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1255,7 +1255,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeEventDetailsProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1292,7 +1292,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1319,13 +1319,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): Promise‹void›
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/+events/kube-event-details.tsx:16
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/+events/kube-event-details.tsx:16
Returns: Promise‹void›
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeEventDetailsProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1356,7 +1356,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1369,7 +1369,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeEventDetailsProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1403,7 +1403,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1411,7 +1411,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeEventDetailsProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1447,7 +1447,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1456,7 +1456,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeEventDetailsProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1487,12 +1487,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/+events/kube-event-details.tsx:20
+Defined in src/renderer/components/+events/kube-event-details.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1504,7 +1504,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeEventDetailsProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
index ef482714d8..25e01af9d2 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
@@ -1178,7 +1178,7 @@
Constructors
constructor
+ new KubeObjectDetails (props: Readonly‹P› | P): KubeObjectDetails
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectDetails
+ new KubeObjectDetails (props: P, context: any): KubeObjectDetails
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1224,7 +1224,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1239,7 +1239,7 @@ Should be used with type annotation or static contextType.
isLoading
• isLoading : boolean = false
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:70
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:70
loader
• loader : IReactionDisposer = reaction(() => [
@@ -1266,20 +1266,20 @@ Should be used with type annotation or static contextType.
}
})
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:90
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:90
loadingError
• loadingError : React.ReactNode
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:71
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:71
props
• props : Readonly‹P› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1290,12 +1290,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1314,22 +1314,22 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
isCrdInstance
• get isCrdInstance (): boolean
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:85
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:85
Returns: boolean
object
• get object (): any
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:77
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:77
Returns: any
path
• get path (): string
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:73
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:73
Returns: string
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1343,7 +1343,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1378,7 +1378,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1415,7 +1415,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1442,14 +1442,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1480,7 +1480,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1493,7 +1493,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1527,7 +1527,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1535,7 +1535,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1571,7 +1571,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1580,7 +1580,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1611,12 +1611,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:115
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:115
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1628,7 +1628,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
index 955a116b25..bf9ca9ce99 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
@@ -1144,7 +1144,7 @@
Constructors
constructor
+ new KubeObjectListLayout (props: Readonly‹KubeObjectListLayoutProps › | KubeObjectListLayoutProps ): KubeObjectListLayout
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectListLayout
+ new KubeObjectListLayout (props: KubeObjectListLayoutProps , context: any): KubeObjectListLayout
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1190,7 +1190,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1205,12 +1205,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeObjectListLayoutProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1221,12 +1221,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1245,16 +1245,16 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:24
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:24
Accessors
selectedItem
• get selectedItem (): any
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:26
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:26
Returns: any
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1268,7 +1268,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1303,7 +1303,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1340,7 +1340,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1367,13 +1367,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeObjectListLayoutProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1404,7 +1404,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1417,7 +1417,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1451,7 +1451,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1459,7 +1459,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1495,7 +1495,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1504,7 +1504,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeObjectListLayoutProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1535,12 +1535,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:42
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:42
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1552,7 +1552,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
index 0b450960e9..ed42505ca2 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
@@ -1185,7 +1185,7 @@
Constructors
constructor
+ new KubeObjectMenu (props: Readonly‹KubeObjectMenuProps ‹T›› | KubeObjectMenuProps ‹T›): KubeObjectMenu
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectMenu
+ new KubeObjectMenu (props: KubeObjectMenuProps ‹T›, context: any): KubeObjectMenu
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1231,7 +1231,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1246,12 +1246,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeObjectMenuProps ‹T›› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1262,12 +1262,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1286,22 +1286,22 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
isEditable
• get isEditable (): boolean
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:25
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:25
Returns: boolean
isRemovable
• get isRemovable (): boolean
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:31
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:31
Returns: boolean
store
• get store (): KubeObjectStore ‹any›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:17
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:17
Returns: KubeObjectStore ‹any›
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1315,7 +1315,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeObjectMenuProps ‹T››, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1350,7 +1350,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeObjectMenuProps ‹T››, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1387,7 +1387,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1414,14 +1414,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeObjectMenuProps ‹T››, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1452,7 +1452,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1465,7 +1465,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeObjectMenuProps ‹T››, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1499,7 +1499,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1507,7 +1507,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeObjectMenuProps ‹T››, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1543,7 +1543,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1552,7 +1552,7 @@ prevents this from being invoked.
▸ getMenuItems (object: T): React.ReactChild[]
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:65
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:65
Parameters:
@@ -1572,7 +1572,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeObjectMenuProps ‹T››, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1602,23 +1602,23 @@ lifecycle events from running.
remove
▸ remove (): Promise‹void›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:44
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:44
Returns: Promise‹void›
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:81
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:81
Returns: Element‹›
renderRemoveMessage
▸ renderRemoveMessage (): Element‹›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:53
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:53
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1630,7 +1630,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeObjectMenuProps ‹T››, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1665,7 +1665,7 @@ and componentDidUpdate will not be called.
update
▸ update (): Promise‹void›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:38
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:38
Returns: Promise‹void›
diff --git a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
index 6b78550360..d648023dbb 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
@@ -1121,7 +1121,7 @@
Constructors
constructor
+ new KubeObjectMeta (props: Readonly‹KubeObjectMetaProps › | KubeObjectMetaProps ): KubeObjectMeta
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectMeta
+ new KubeObjectMeta (props: KubeObjectMetaProps , context: any): KubeObjectMeta
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1167,7 +1167,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1182,12 +1182,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeObjectMetaProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1198,12 +1198,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1224,11 +1224,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ defaultHiddenFields : IKubeMetaField[] = [
"uid", "resourceVersion", "selfLink"
]
-Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16
+Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1242,7 +1242,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeObjectMetaProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1277,7 +1277,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeObjectMetaProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1314,7 +1314,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1341,14 +1341,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeObjectMetaProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1379,7 +1379,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1392,7 +1392,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeObjectMetaProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1426,7 +1426,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1434,7 +1434,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeObjectMetaProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1470,7 +1470,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1479,7 +1479,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeObjectMetaProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1509,7 +1509,7 @@ lifecycle events from running.
isHidden
▸ isHidden (field: IKubeMetaField): boolean
-Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20
+Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20
Parameters:
@@ -1530,12 +1530,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-meta.tsx:26
+Defined in src/renderer/components/kube-object/kube-object-meta.tsx:26
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1547,7 +1547,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeObjectMetaProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html b/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
index 51d6b23c77..fadce2d655 100644
--- a/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
@@ -1060,7 +1060,7 @@
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1074,7 +1074,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹LineProgressProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1109,7 +1109,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹LineProgressProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1146,7 +1146,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1173,14 +1173,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹LineProgressProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1211,7 +1211,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1224,7 +1224,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹LineProgressProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1258,7 +1258,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1266,7 +1266,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹LineProgressProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1302,7 +1302,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹LineProgressProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1332,12 +1332,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/line-progress/line-progress.tsx:23
+Defined in src/renderer/components/line-progress/line-progress.tsx:23
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹LineProgressProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1372,19 +1372,19 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/line-progress/line-progress.tsx:16
+Defined in src/renderer/components/line-progress/line-progress.tsx:16
max
• max : number = 100
-Defined in src/renderer/components/line-progress/line-progress.tsx:19
+Defined in src/renderer/components/line-progress/line-progress.tsx:19
min
• min : number = 0
-Defined in src/renderer/components/line-progress/line-progress.tsx:18
+Defined in src/renderer/components/line-progress/line-progress.tsx:18
precise
• precise : number = 2
-Defined in src/renderer/components/line-progress/line-progress.tsx:20
+Defined in src/renderer/components/line-progress/line-progress.tsx:20
value
• value : number = 0
-Defined in src/renderer/components/line-progress/line-progress.tsx:17
+Defined in src/renderer/components/line-progress/line-progress.tsx:17
diff --git a/master/extensions/api/classes/_renderer_api_components_.menu/index.html b/master/extensions/api/classes/_renderer_api_components_.menu/index.html
index d5493984b0..e8e6e54fe7 100644
--- a/master/extensions/api/classes/_renderer_api_components_.menu/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.menu/index.html
@@ -1286,7 +1286,7 @@
Constructors
constructor
+ new Menu (props: Readonly‹MenuProps › | MenuProps ): Menu
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Menu
+ new Menu (props: MenuProps , context: any): Menu
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1332,7 +1332,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1347,11 +1347,11 @@ Should be used with type annotation or static contextType.
elem
• elem : HTMLUListElement
-Defined in src/renderer/components/menu/menu.tsx:55
+Defined in src/renderer/components/menu/menu.tsx:55
Protected items
• items : object
-Defined in src/renderer/components/menu/menu.tsx:56
+Defined in src/renderer/components/menu/menu.tsx:56
Type declaration:
[ index : number ]: MenuItem
@@ -1359,16 +1359,16 @@ Should be used with type annotation or static contextType.
opener
• opener : HTMLElement
-Defined in src/renderer/components/menu/menu.tsx:54
+Defined in src/renderer/components/menu/menu.tsx:54
props
• props : Readonly‹MenuProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1379,12 +1379,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : State
-Overrides SubTitle .state
-Defined in src/renderer/components/menu/menu.tsx:58
+Overrides PageLayout .state
+Defined in src/renderer/components/menu/menu.tsx:58
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1403,26 +1403,26 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultPropsMenu as object
-Defined in src/renderer/components/menu/menu.tsx:52
+Defined in src/renderer/components/menu/menu.tsx:52
Accessors
Protected focusableItems
• get focusableItems (): MenuItem ‹›[]
-Defined in src/renderer/components/menu/menu.tsx:98
+Defined in src/renderer/components/menu/menu.tsx:98
Returns: MenuItem ‹›[]
Protected focusedItem
• get focusedItem (): MenuItem ‹›
-Defined in src/renderer/components/menu/menu.tsx:102
+Defined in src/renderer/components/menu/menu.tsx:102
Returns: MenuItem ‹›
isOpen
• get isOpen (): boolean
-Defined in src/renderer/components/menu/menu.tsx:60
+Defined in src/renderer/components/menu/menu.tsx:60
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1436,7 +1436,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹MenuProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1471,7 +1471,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹MenuProps ›, nextState: Readonly‹State›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1508,7 +1508,7 @@ prevents this from being invoked.
Protected bindItemRef
▸ bindItemRef (item: MenuItem , index: number): void
-Defined in src/renderer/components/menu/menu.tsx:248
+Defined in src/renderer/components/menu/menu.tsx:248
Parameters:
@@ -1532,7 +1532,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLUListElement): void
-Defined in src/renderer/components/menu/menu.tsx:244
+Defined in src/renderer/components/menu/menu.tsx:244
Parameters:
@@ -1552,12 +1552,12 @@ prevents this from being invoked.
close
▸ close (): void
-Defined in src/renderer/components/menu/menu.tsx:171
+Defined in src/renderer/components/menu/menu.tsx:171
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1584,13 +1584,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/menu/menu.tsx:64
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/menu/menu.tsx:64
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹MenuProps ›, prevState: Readonly‹State›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1621,7 +1621,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1634,7 +1634,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹MenuProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1668,13 +1668,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
-Overrides SubTitle .componentWillUnmount
-Defined in src/renderer/components/menu/menu.tsx:87
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/menu/menu.tsx:87
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹MenuProps ›, nextState: Readonly‹State›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1710,7 +1710,7 @@ prevents this from being invoked.
Protected focusNextItem
▸ focusNextItem (reverse: boolean): void
-Defined in src/renderer/components/menu/menu.tsx:106
+Defined in src/renderer/components/menu/menu.tsx:106
Parameters:
@@ -1732,7 +1732,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1741,7 +1741,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹MenuProps ›, prevState: Readonly‹State›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1771,12 +1771,12 @@ lifecycle events from running.
onBlur
▸ onBlur (): void
-Defined in src/renderer/components/menu/menu.tsx:238
+Defined in src/renderer/components/menu/menu.tsx:238
Returns: void
onClickOutside
▸ onClickOutside (evt: MouseEvent): void
-Defined in src/renderer/components/menu/menu.tsx:226
+Defined in src/renderer/components/menu/menu.tsx:226
Parameters:
@@ -1796,12 +1796,12 @@ lifecycle events from running.
▸ onContextMenu (): void
-Defined in src/renderer/components/menu/menu.tsx:207
+Defined in src/renderer/components/menu/menu.tsx:207
Returns: void
onKeyDown
▸ onKeyDown (evt: KeyboardEvent): void
-Defined in src/renderer/components/menu/menu.tsx:180
+Defined in src/renderer/components/menu/menu.tsx:180
Parameters:
@@ -1821,7 +1821,7 @@ lifecycle events from running.
▸ onScrollOutside (evt: UIEvent): void
-Defined in src/renderer/components/menu/menu.tsx:216
+Defined in src/renderer/components/menu/menu.tsx:216
Parameters:
@@ -1841,28 +1841,28 @@ lifecycle events from running.
onWindowResize
▸ onWindowResize (): void
-Defined in src/renderer/components/menu/menu.tsx:211
+Defined in src/renderer/components/menu/menu.tsx:211
Returns: void
open
▸ open (): void
-Defined in src/renderer/components/menu/menu.tsx:164
+Defined in src/renderer/components/menu/menu.tsx:164
Returns: void
refreshPosition
▸ refreshPosition (): void
-Defined in src/renderer/components/menu/menu.tsx:124
+Defined in src/renderer/components/menu/menu.tsx:124
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu.tsx:252
+Defined in src/renderer/components/menu/menu.tsx:252
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof State
@@ -1874,7 +1874,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹MenuProps ›, nextState: Readonly‹State›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1909,7 +1909,7 @@ and componentDidUpdate will not be called.
toggle
▸ toggle (): void
-Defined in src/renderer/components/menu/menu.tsx:176
+Defined in src/renderer/components/menu/menu.tsx:176
Returns: void
diff --git a/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html b/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html
index 045c57cd6d..ca3279ae26 100644
--- a/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html
@@ -1190,7 +1190,7 @@
Constructors
constructor
+ new MenuActions (props: Readonly‹MenuActionsProps › | MenuActionsProps ): MenuActions
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: MenuActions
+ new MenuActions (props: MenuActionsProps , context: any): MenuActions
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1236,7 +1236,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1251,20 +1251,20 @@ Should be used with type annotation or static contextType.
id
• id : string = uniqueId("menu_actions_")
-Defined in src/renderer/components/menu/menu-actions.tsx:32
+Defined in src/renderer/components/menu/menu-actions.tsx:32
isOpen
• isOpen : boolean = !!this.props.toolbar
-Defined in src/renderer/components/menu/menu-actions.tsx:34
+Defined in src/renderer/components/menu/menu-actions.tsx:34
props
• props : Readonly‹MenuActionsProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1275,12 +1275,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1299,7 +1299,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1313,7 +1313,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹MenuActionsProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1348,7 +1348,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹MenuActionsProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1385,7 +1385,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1412,14 +1412,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹MenuActionsProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1450,7 +1450,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1463,7 +1463,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹MenuActionsProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1497,7 +1497,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1505,7 +1505,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹MenuActionsProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1541,7 +1541,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1550,7 +1550,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹MenuActionsProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1580,23 +1580,23 @@ lifecycle events from running.
remove
▸ remove (): void
-Defined in src/renderer/components/menu/menu-actions.tsx:42
+Defined in src/renderer/components/menu/menu-actions.tsx:42
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu-actions.tsx:87
+Defined in src/renderer/components/menu/menu-actions.tsx:87
Returns: Element‹›
renderTriggerIcon
▸ renderTriggerIcon (): Element‹›
-Defined in src/renderer/components/menu/menu-actions.tsx:56
+Defined in src/renderer/components/menu/menu-actions.tsx:56
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1608,7 +1608,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹MenuActionsProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1643,15 +1643,15 @@ and componentDidUpdate will not be called.
toggle
▸ toggle (): void
-Defined in src/renderer/components/menu/menu-actions.tsx:36
+Defined in src/renderer/components/menu/menu-actions.tsx:36
Returns: void
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/menu/menu-actions.tsx:26
+Defined in src/renderer/components/menu/menu-actions.tsx:26
removeConfirmationMessage
• removeConfirmationMessage :
-Defined in src/renderer/components/menu/menu-actions.tsx:27
+Defined in src/renderer/components/menu/menu-actions.tsx:27
diff --git a/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html b/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html
index afcd1726d7..7873a3121c 100644
--- a/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html
@@ -1176,7 +1176,7 @@
Constructors
constructor
+ new MenuItem (props: Readonly‹MenuItemProps › | MenuItemProps ): MenuItem
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: MenuItem
+ new MenuItem (props: MenuItemProps , context: any): MenuItem
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1222,21 +1222,21 @@
Properties
context
• context : MenuContextValue
-Overrides SubTitle .context
-Defined in src/renderer/components/menu/menu.tsx:327
+Overrides PageLayout .context
+Defined in src/renderer/components/menu/menu.tsx:327
elem
• elem : HTMLElement
-Defined in src/renderer/components/menu/menu.tsx:328
+Defined in src/renderer/components/menu/menu.tsx:328
props
• props : Readonly‹MenuItemProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1247,31 +1247,31 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static contextType
▪ contextType : Context‹Menu ‹›› = MenuContext
-Overrides SubTitle .contextType
-Defined in src/renderer/components/menu/menu.tsx:325
+Overrides PageLayout .contextType
+Defined in src/renderer/components/menu/menu.tsx:325
Static defaultProps
▪ defaultProps : object = defaultPropsMenuItem as object
-Defined in src/renderer/components/menu/menu.tsx:324
+Defined in src/renderer/components/menu/menu.tsx:324
Accessors
isFocusable
• get isFocusable (): boolean
-Defined in src/renderer/components/menu/menu.tsx:330
+Defined in src/renderer/components/menu/menu.tsx:330
Returns: boolean
isLink
• get isLink (): boolean
-Defined in src/renderer/components/menu/menu.tsx:336
+Defined in src/renderer/components/menu/menu.tsx:336
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1285,7 +1285,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹MenuItemProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1320,7 +1320,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹MenuItemProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1357,7 +1357,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/menu/menu.tsx:352
+Defined in src/renderer/components/menu/menu.tsx:352
Parameters:
@@ -1377,7 +1377,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1404,14 +1404,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹MenuItemProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1442,7 +1442,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1455,7 +1455,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹MenuItemProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1489,7 +1489,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1497,7 +1497,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹MenuItemProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1533,7 +1533,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1542,7 +1542,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹MenuItemProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1572,7 +1572,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent): void
-Defined in src/renderer/components/menu/menu.tsx:340
+Defined in src/renderer/components/menu/menu.tsx:340
Parameters:
@@ -1593,12 +1593,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu.tsx:356
+Defined in src/renderer/components/menu/menu.tsx:356
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1610,7 +1610,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹MenuItemProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html b/master/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html
index 4d9f41536d..3d7dfddada 100644
--- a/master/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html
@@ -1152,7 +1152,7 @@
Constructors
constructor
+ new NamespaceSelect (props: Readonly‹Props› | Props): NamespaceSelect
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: NamespaceSelect
+ new NamespaceSelect (props: Props, context: any): NamespaceSelect
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1198,7 +1198,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1213,12 +1213,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹Props› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1229,12 +1229,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1253,16 +1253,16 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/+namespaces/namespace-select.tsx:37
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:37
Accessors
options
• get options (): SelectOption []
-Defined in src/renderer/components/+namespaces/namespace-select.tsx:48
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:48
Returns: SelectOption []
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1276,7 +1276,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1311,7 +1311,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1348,7 +1348,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1375,13 +1375,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/+namespaces/namespace-select.tsx:39
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:39
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1412,7 +1412,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1425,7 +1425,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1459,7 +1459,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1467,7 +1467,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1503,7 +1503,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1512,7 +1512,7 @@ prevents this from being invoked.
▸ formatOptionLabel (option: SelectOption ): object
-Defined in src/renderer/components/+namespaces/namespace-select.tsx:65
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:65
Parameters:
@@ -1532,7 +1532,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1563,12 +1563,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/+namespaces/namespace-select.tsx:77
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:77
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1580,7 +1580,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.notifications/index.html b/master/extensions/api/classes/_renderer_api_components_.notifications/index.html
index 9d0696cff2..38aaab1d4c 100644
--- a/master/extensions/api/classes/_renderer_api_components_.notifications/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.notifications/index.html
@@ -1155,7 +1155,7 @@
Constructors
constructor
+ new Notifications (props: Readonly‹P› | P): Notifications
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Notifications
+ new Notifications (props: P, context: any): Notifications
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1201,7 +1201,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1216,16 +1216,16 @@ Should be used with type annotation or static contextType.
elem
• elem : HTMLElement
-Defined in src/renderer/components/notifications/notifications.tsx:14
+Defined in src/renderer/components/notifications/notifications.tsx:14
props
• props : Readonly‹P› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1236,12 +1236,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1260,7 +1260,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1274,7 +1274,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1309,7 +1309,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1346,7 +1346,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1373,13 +1373,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/notifications/notifications.tsx:42
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/notifications/notifications.tsx:42
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1410,7 +1410,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1423,7 +1423,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1465,7 +1465,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1501,7 +1501,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1510,7 +1510,7 @@ prevents this from being invoked.
getMessage
▸ getMessage (notification: Notification ): (string | number | object | ReactElement‹any, string | function | object› | ReactNodeArray‹› | ReactPortal‹›)[]
-Defined in src/renderer/components/notifications/notifications.tsx:60
+Defined in src/renderer/components/notifications/notifications.tsx:60
Parameters:
@@ -1530,7 +1530,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1561,17 +1561,17 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/notifications/notifications.tsx:70
+Defined in src/renderer/components/notifications/notifications.tsx:70
Returns: Element‹›
▸ scrollToLastNotification (): void
-Defined in src/renderer/components/notifications/notifications.tsx:50
+Defined in src/renderer/components/notifications/notifications.tsx:50
Returns: void
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1583,7 +1583,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1618,7 +1618,7 @@ and componentDidUpdate will not be called.
Static error
▸ error (message: NotificationMessage , customOpts: Partial‹Notification ›): void
-Defined in src/renderer/components/notifications/notifications.tsx:24
+Defined in src/renderer/components/notifications/notifications.tsx:24
Parameters:
@@ -1645,7 +1645,7 @@ and componentDidUpdate will not be called.
Static info
▸ info (message: NotificationMessage , customOpts: Partial‹Notification ›): function
-Defined in src/renderer/components/notifications/notifications.tsx:33
+Defined in src/renderer/components/notifications/notifications.tsx:33
Parameters:
@@ -1673,7 +1673,7 @@ and componentDidUpdate will not be called.
Static ok
▸ ok (message: NotificationMessage ): void
-Defined in src/renderer/components/notifications/notifications.tsx:16
+Defined in src/renderer/components/notifications/notifications.tsx:16
Parameters:
diff --git a/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html b/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
index 1545f1dc95..c01c51a63a 100644
--- a/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
@@ -958,15 +958,15 @@
Properties
Protected autoHideTimers
• autoHideTimers : Map‹string | number, number› = new Map()
-Defined in src/renderer/components/notifications/notifications.store.tsx:28
+Defined in src/renderer/components/notifications/notifications.store.tsx:28
notifications
• notifications : IObservableArray‹Notification › = observable.array([], { deep: false })
-Defined in src/renderer/components/notifications/notifications.store.tsx:26
+Defined in src/renderer/components/notifications/notifications.store.tsx:26
Methods
add
▸ add (notification: Notification ): function
-Defined in src/renderer/components/notifications/notifications.store.tsx:55
+Defined in src/renderer/components/notifications/notifications.store.tsx:55
Parameters:
@@ -987,7 +987,7 @@
addAutoHideTimer
▸ addAutoHideTimer (id: NotificationId ): void
-Defined in src/renderer/components/notifications/notifications.store.tsx:34
+Defined in src/renderer/components/notifications/notifications.store.tsx:34
Parameters:
@@ -1007,7 +1007,7 @@
getById
▸ getById (id: NotificationId ): Notification | null
-Defined in src/renderer/components/notifications/notifications.store.tsx:30
+Defined in src/renderer/components/notifications/notifications.store.tsx:30
Parameters:
@@ -1027,7 +1027,7 @@
remove
▸ remove (id: NotificationId ): void
-Defined in src/renderer/components/notifications/notifications.store.tsx:72
+Defined in src/renderer/components/notifications/notifications.store.tsx:72
Parameters:
@@ -1047,7 +1047,7 @@
removeAutoHideTimer
▸ removeAutoHideTimer (id: NotificationId ): void
-Defined in src/renderer/components/notifications/notifications.store.tsx:47
+Defined in src/renderer/components/notifications/notifications.store.tsx:47
Parameters:
diff --git a/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html b/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
index a40653203b..cec4a1feda 100644
--- a/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
@@ -1129,7 +1129,7 @@
Constructors
constructor
+ new PageLayout (props: Readonly‹PageLayoutProps › | PageLayoutProps ): PageLayout
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: PageLayout
+ new PageLayout (props: PageLayoutProps , context: any): PageLayout
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1175,7 +1175,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1190,12 +1190,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹PageLayoutProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1206,12 +1206,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1230,11 +1230,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/layout/page-layout.tsx:26
+Defined in src/renderer/components/layout/page-layout.tsx:26
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1248,7 +1248,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹PageLayoutProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1283,7 +1283,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹PageLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1320,7 +1320,7 @@ prevents this from being invoked.
back
▸ back (evt?: MouseEvent | KeyboardEvent): void
-Defined in src/renderer/components/layout/page-layout.tsx:29
+Defined in src/renderer/components/layout/page-layout.tsx:29
Parameters:
@@ -1340,7 +1340,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1367,13 +1367,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): Promise‹void›
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/layout/page-layout.tsx:37
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/layout/page-layout.tsx:37
Returns: Promise‹void›
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹PageLayoutProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1404,7 +1404,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1417,7 +1417,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹PageLayoutProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1451,13 +1451,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
-Overrides SubTitle .componentWillUnmount
-Defined in src/renderer/components/layout/page-layout.tsx:41
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/layout/page-layout.tsx:41
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹PageLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1493,7 +1493,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1502,7 +1502,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹PageLayoutProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1532,7 +1532,7 @@ lifecycle events from running.
onEscapeKey
▸ onEscapeKey (evt: KeyboardEvent): void
-Defined in src/renderer/components/layout/page-layout.tsx:45
+Defined in src/renderer/components/layout/page-layout.tsx:45
Parameters:
@@ -1553,12 +1553,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/layout/page-layout.tsx:56
+Defined in src/renderer/components/layout/page-layout.tsx:56
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1570,7 +1570,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹PageLayoutProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.piechart/index.html b/master/extensions/api/classes/_renderer_api_components_.piechart/index.html
new file mode 100644
index 0000000000..679e9b745c
--- /dev/null
+++ b/master/extensions/api/classes/_renderer_api_components_.piechart/index.html
@@ -0,0 +1,1616 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: PieChart ‹**S, SS, S**› - Lens Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: PieChart ‹S, SS, S ›
+Type parameters
+▪ S
+▪ SS
+▪ S
+Hierarchy
+
+↳ PieChart
+Index
+Constructors
+
+Properties
+
+Methods
+
+Constructors
+constructor
++ new PieChart (props: Readonly‹Props› | Props): PieChart
+Inherited from PageLayout .constructor
+Defined in node_modules/@types/react/index.d.ts:473
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+props
+Readonly‹Props› | Props
+
+
+
+Returns: PieChart
++ new PieChart (props: Props, context: any): PieChart
+Inherited from PageLayout .constructor
+Defined in node_modules/@types/react/index.d.ts:475
+deprecated
+see https://reactjs.org/docs/legacy-context.html
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+props
+Props
+
+
+context
+any
+
+
+
+Returns: PieChart
+Properties
+context
+• context : any
+Inherited from PageLayout .context
+Defined in node_modules/@types/react/index.d.ts:473
+If using the new style context, re-declare this in your class to be the
+React.ContextType of your static contextType.
+Should be used with type annotation or static contextType.
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
+
+see https://reactjs.org/docs/context.html
+
+props
+• props : Readonly‹Props› & Readonly‹object›
+Inherited from PageLayout .props
+Defined in node_modules/@types/react/index.d.ts:498
+
+refs
+• refs : object
+Inherited from PageLayout .refs
+Defined in node_modules/@types/react/index.d.ts:504
+deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Type declaration:
+
+[ key : string ]: ReactInstance
+
+
+state
+• state : Readonly‹S›
+Inherited from PageLayout .state
+Defined in node_modules/@types/react/index.d.ts:499
+
+Static Optional contextType
+▪ contextType ? : Context‹any›
+Inherited from PageLayout .contextType
+Defined in node_modules/@types/react/index.d.ts:455
+If set, this.context will be set at runtime to the current value of the given Context.
+Usage:
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
+
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
+
+see https://reactjs.org/docs/context.html#classcontexttype
+Methods
+Optional UNSAFE_componentWillMount
+▸ UNSAFE_componentWillMount (): void
+Inherited from PageLayout .UNSAFE_componentWillMount
+Defined in node_modules/@types/react/index.d.ts:711
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns: void
+
+Optional UNSAFE_componentWillReceiveProps
+▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
+Defined in node_modules/@types/react/index.d.ts:743
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional UNSAFE_componentWillUpdate
+▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
+Inherited from PageLayout .UNSAFE_componentWillUpdate
+Defined in node_modules/@types/react/index.d.ts:771
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional componentDidCatch
+▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
+Inherited from PageLayout .componentDidCatch
+Defined in node_modules/@types/react/index.d.ts:640
+Catches exceptions generated in descendant components. Unhandled exceptions will cause
+the entire component tree to unmount.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+error
+Error
+
+
+errorInfo
+ErrorInfo
+
+
+
+Returns: void
+
+Optional componentDidMount
+▸ componentDidMount (): void
+Inherited from WizardLayout .componentDidMount
+Defined in node_modules/@types/react/index.d.ts:619
+Called immediately after a component is mounted. Setting state here will trigger re-rendering.
+Returns: void
+
+Optional componentDidUpdate
+▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
+Inherited from PageLayout .componentDidUpdate
+Defined in node_modules/@types/react/index.d.ts:682
+Called immediately after updating occurs. Not called for the initial render.
+The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly‹Props›
+
+
+prevState
+Readonly‹S›
+
+
+snapshot?
+SS
+
+
+
+Returns: void
+
+Optional componentWillMount
+▸ componentWillMount (): void
+Inherited from PageLayout .componentWillMount
+Defined in node_modules/@types/react/index.d.ts:697
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns: void
+
+Optional componentWillReceiveProps
+▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
+Inherited from PageLayout .componentWillReceiveProps
+Defined in node_modules/@types/react/index.d.ts:726
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional componentWillUnmount
+▸ componentWillUnmount (): void
+Inherited from WizardLayout .componentWillUnmount
+Defined in node_modules/@types/react/index.d.ts:635
+Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
+cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
+Returns: void
+
+Optional componentWillUpdate
+▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
+Inherited from PageLayout .componentWillUpdate
+Defined in node_modules/@types/react/index.d.ts:756
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+forceUpdate
+▸ forceUpdate (callback?: function): void
+Inherited from PageLayout .forceUpdate
+Defined in node_modules/@types/react/index.d.ts:490
+Parameters:
+▪Optional callback : function
+▸ (): void
+Returns: void
+
+Optional getSnapshotBeforeUpdate
+▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
+Inherited from PageLayout .getSnapshotBeforeUpdate
+Defined in node_modules/@types/react/index.d.ts:676
+Runs before React applies the result of render to the document, and
+returns an object to be given to componentDidUpdate. Useful for saving
+things such as scroll position before render causes changes to it.
+Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
+lifecycle events from running.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly‹Props›
+
+
+prevState
+Readonly‹S›
+
+
+
+Returns: SS | null
+
+render
+▸ render (): Element‹›
+Overrides void
+Defined in src/renderer/components/chart/pie-chart.tsx:14
+Returns: Element‹›
+
+setState
+▸ setState ‹K ›(state: function | S | object, callback?: function): void
+Inherited from PageLayout .setState
+Defined in node_modules/@types/react/index.d.ts:485
+Type parameters:
+▪ K : keyof S
+Parameters:
+▪ state : function | S | object
+▪Optional callback : function
+▸ (): void
+Returns: void
+
+Optional shouldComponentUpdate
+▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
+Inherited from PageLayout .shouldComponentUpdate
+Defined in node_modules/@types/react/index.d.ts:630
+Called to determine whether the change in props and state should trigger a re-render.
+Component always returns true.
+PureComponent implements a shallow comparison on props and state and returns true if any
+props or states have changed.
+If false is returned, Component#render, componentWillUpdate
+and componentDidUpdate will not be called.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html b/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
index fc46c62151..cfd0077edf 100644
--- a/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
@@ -1174,7 +1174,7 @@
Constructors
constructor
+ new PodDetailsList (props: Readonly‹Props› | Props): PodDetailsList
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: PodDetailsList
+ new PodDetailsList (props: Props, context: any): PodDetailsList
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1220,7 +1220,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1235,12 +1235,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹Props› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1251,12 +1251,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1275,7 +1275,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1289,7 +1289,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1324,7 +1324,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1361,7 +1361,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1388,13 +1388,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:53
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:53
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1425,7 +1425,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1438,7 +1438,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1472,13 +1472,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
-Overrides SubTitle .componentWillUnmount
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:60
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:60
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1514,7 +1514,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1523,7 +1523,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1553,7 +1553,7 @@ lifecycle events from running.
getTableRow
▸ getTableRow (uid: string): Element‹›
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:102
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:102
Parameters:
@@ -1574,12 +1574,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:125
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:125
Returns: Element‹›
renderCpuUsage
▸ renderCpuUsage (id: string, usage: number): string | Element‹› | 0
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:64
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:64
Parameters:
@@ -1603,7 +1603,7 @@ lifecycle events from running.
renderMemoryUsage
▸ renderMemoryUsage (id: string, usage: number): string | Element‹› | 0
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:85
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:85
Parameters:
@@ -1627,7 +1627,7 @@ lifecycle events from running.
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1639,7 +1639,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1674,10 +1674,10 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:38
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:38
showTitle
• showTitle : true = true
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:39
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:39
diff --git a/master/extensions/api/classes/_renderer_api_components_.radio/index.html b/master/extensions/api/classes/_renderer_api_components_.radio/index.html
index adbc3c418a..1861fc88be 100644
--- a/master/extensions/api/classes/_renderer_api_components_.radio/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.radio/index.html
@@ -1121,7 +1121,7 @@
Constructors
constructor
+ new Radio (props: Readonly‹RadioProps › | RadioProps ): Radio
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Radio
+ new Radio (props: RadioProps , context: any): Radio
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1167,7 +1167,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1182,12 +1182,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹RadioProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1198,12 +1198,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1222,7 +1222,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1236,7 +1236,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹RadioProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1271,7 +1271,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹RadioProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1308,7 +1308,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1335,14 +1335,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹RadioProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1373,7 +1373,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1386,7 +1386,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹RadioProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1420,7 +1420,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1428,7 +1428,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹RadioProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1464,7 +1464,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1473,7 +1473,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹RadioProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1503,12 +1503,12 @@ lifecycle events from running.
onChange
▸ onChange (): void
-Defined in src/renderer/components/radio/radio.tsx:52
+Defined in src/renderer/components/radio/radio.tsx:52
Returns: void
onKeyDown
▸ onKeyDown (e: KeyboardEvent‹any›): void
-Defined in src/renderer/components/radio/radio.tsx:60
+Defined in src/renderer/components/radio/radio.tsx:60
Parameters:
@@ -1529,12 +1529,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/radio/radio.tsx:70
+Defined in src/renderer/components/radio/radio.tsx:70
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1546,7 +1546,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹RadioProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html b/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
index 3ade8209bb..777b636473 100644
--- a/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
@@ -1103,7 +1103,7 @@
Constructors
constructor
+ new RadioGroup (props: Readonly‹RadioGroupProps › | RadioGroupProps ): RadioGroup
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: RadioGroup
+ new RadioGroup (props: RadioGroupProps , context: any): RadioGroup
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1149,7 +1149,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1164,12 +1164,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹RadioGroupProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1180,12 +1180,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹object›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1204,7 +1204,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1218,7 +1218,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹RadioGroupProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1253,7 +1253,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹RadioGroupProps ›, nextState: Readonly‹object›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1290,7 +1290,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1317,14 +1317,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹RadioGroupProps ›, prevState: Readonly‹object›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1355,7 +1355,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1368,7 +1368,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹RadioGroupProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1402,7 +1402,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1410,7 +1410,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹RadioGroupProps ›, nextState: Readonly‹object›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1446,7 +1446,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1455,7 +1455,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹RadioGroupProps ›, prevState: Readonly‹object›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1486,12 +1486,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/radio/radio.tsx:17
+Defined in src/renderer/components/radio/radio.tsx:17
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof object
@@ -1503,7 +1503,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹RadioGroupProps ›, nextState: Readonly‹object›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.searchinput/index.html b/master/extensions/api/classes/_renderer_api_components_.searchinput/index.html
index 9212f635ea..228515b182 100644
--- a/master/extensions/api/classes/_renderer_api_components_.searchinput/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.searchinput/index.html
@@ -1137,7 +1137,7 @@
Constructors
constructor
+ new SearchInput (props: Readonly‹Props› | Props): SearchInput
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: SearchInput
+ new SearchInput (props: Props, context: any): SearchInput
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1183,7 +1183,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1198,12 +1198,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹Props› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1214,12 +1214,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1238,11 +1238,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/input/search-input.tsx:27
+Defined in src/renderer/components/input/search-input.tsx:27
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1291,7 +1291,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1328,12 +1328,12 @@ prevents this from being invoked.
clear
▸ clear (): void
-Defined in src/renderer/components/input/search-input.tsx:64
+Defined in src/renderer/components/input/search-input.tsx:64
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1360,13 +1360,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/input/search-input.tsx:31
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/input/search-input.tsx:31
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1397,7 +1397,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1410,7 +1410,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1444,13 +1444,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
-Overrides SubTitle .componentWillUnmount
-Defined in src/renderer/components/input/search-input.tsx:36
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/input/search-input.tsx:36
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1486,7 +1486,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1495,7 +1495,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1525,7 +1525,7 @@ lifecycle events from running.
onGlobalKey
▸ onGlobalKey (evt: KeyboardEvent): void
-Defined in src/renderer/components/input/search-input.tsx:41
+Defined in src/renderer/components/input/search-input.tsx:41
Parameters:
@@ -1545,7 +1545,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹any›): void
-Defined in src/renderer/components/input/search-input.tsx:50
+Defined in src/renderer/components/input/search-input.tsx:50
Parameters:
@@ -1566,12 +1566,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/input/search-input.tsx:72
+Defined in src/renderer/components/input/search-input.tsx:72
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1583,7 +1583,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.select/index.html b/master/extensions/api/classes/_renderer_api_components_.select/index.html
index 9defb4b2a5..3b01e398ce 100644
--- a/master/extensions/api/classes/_renderer_api_components_.select/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.select/index.html
@@ -1235,7 +1235,7 @@
Constructors
constructor
+ new Select (props: Readonly‹SelectProps › | SelectProps ): Select
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Select
+ new Select (props: SelectProps , context: any): Select
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1281,7 +1281,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1296,12 +1296,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹SelectProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1312,12 +1312,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1336,22 +1336,22 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
options
• get options (): SelectOption []
-Defined in src/renderer/components/select/select.tsx:71
+Defined in src/renderer/components/select/select.tsx:71
Returns: SelectOption []
selectedOption
• get selectedOption (): SelectOption ‹any› | SelectOption ‹any›[]
-Defined in src/renderer/components/select/select.tsx:57
+Defined in src/renderer/components/select/select.tsx:57
Returns: SelectOption ‹any› | SelectOption ‹any›[]
theme
• get theme (): "lens" | "dark" | "light" | "outlined"
-Defined in src/renderer/components/select/select.tsx:42
+Defined in src/renderer/components/select/select.tsx:42
Returns: "lens" | "dark" | "light" | "outlined"
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1365,7 +1365,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹SelectProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1400,7 +1400,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹SelectProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1437,7 +1437,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1464,14 +1464,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹SelectProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1502,7 +1502,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1515,7 +1515,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹SelectProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1549,7 +1549,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1557,7 +1557,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹SelectProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1593,7 +1593,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1602,7 +1602,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹SelectProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1632,7 +1632,7 @@ lifecycle events from running.
Protected isValidOption
▸ isValidOption (opt: SelectOption | any): boolean
-Defined in src/renderer/components/select/select.tsx:53
+Defined in src/renderer/components/select/select.tsx:53
Parameters:
@@ -1652,7 +1652,7 @@ lifecycle events from running.
onChange
▸ onChange (value: SelectOption , meta: ActionMeta‹any›): void
-Defined in src/renderer/components/select/select.tsx:84
+Defined in src/renderer/components/select/select.tsx:84
Parameters:
@@ -1676,7 +1676,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹HTMLElement›): void
-Defined in src/renderer/components/select/select.tsx:91
+Defined in src/renderer/components/select/select.tsx:91
Parameters:
@@ -1697,12 +1697,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/select/select.tsx:100
+Defined in src/renderer/components/select/select.tsx:100
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1714,7 +1714,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹SelectProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1749,16 +1749,16 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/select/select.tsx:36
+Defined in src/renderer/components/select/select.tsx:36
autoConvertOptions
• autoConvertOptions : true = true
-Defined in src/renderer/components/select/select.tsx:37
+Defined in src/renderer/components/select/select.tsx:37
• menuPlacement : "auto" = "auto"
-Defined in src/renderer/components/select/select.tsx:39
+Defined in src/renderer/components/select/select.tsx:39
• menuPortalTarget : HTMLElement = document.body
-Defined in src/renderer/components/select/select.tsx:38
+Defined in src/renderer/components/select/select.tsx:38
diff --git a/master/extensions/api/classes/_renderer_api_components_.slider/index.html b/master/extensions/api/classes/_renderer_api_components_.slider/index.html
index 1d758b097c..1f3742ad8b 100644
--- a/master/extensions/api/classes/_renderer_api_components_.slider/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.slider/index.html
@@ -1113,7 +1113,7 @@
Constructors
constructor
+ new Slider (props: Readonly‹SliderProps › | SliderProps ): Slider
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Slider
+ new Slider (props: SliderProps , context: any): Slider
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1159,7 +1159,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1174,12 +1174,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹SliderProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1190,12 +1190,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1214,11 +1214,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/slider/slider.tsx:21
+Defined in src/renderer/components/slider/slider.tsx:21
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1232,7 +1232,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹SliderProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1267,7 +1267,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹SliderProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1304,7 +1304,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1331,14 +1331,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹SliderProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1369,7 +1369,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1382,7 +1382,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹SliderProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1416,7 +1416,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1424,7 +1424,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹SliderProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1460,7 +1460,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1469,7 +1469,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹SliderProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1500,12 +1500,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/slider/slider.tsx:30
+Defined in src/renderer/components/slider/slider.tsx:30
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1517,7 +1517,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹SliderProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.spinner/index.html b/master/extensions/api/classes/_renderer_api_components_.spinner/index.html
index e5d9f206bd..c129686cb6 100644
--- a/master/extensions/api/classes/_renderer_api_components_.spinner/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.spinner/index.html
@@ -1155,7 +1155,7 @@
Constructors
constructor
+ new Spinner (props: Readonly‹SpinnerProps › | SpinnerProps ): Spinner
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Spinner
+ new Spinner (props: SpinnerProps , context: any): Spinner
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1201,7 +1201,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1216,12 +1216,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹SpinnerProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1232,12 +1232,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹object›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1256,7 +1256,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1270,7 +1270,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹SpinnerProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1305,7 +1305,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹SpinnerProps ›, nextState: Readonly‹object›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1342,7 +1342,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1369,14 +1369,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹SpinnerProps ›, prevState: Readonly‹object›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1407,7 +1407,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1420,7 +1420,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹SpinnerProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1454,7 +1454,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1462,7 +1462,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹SpinnerProps ›, nextState: Readonly‹object›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1498,7 +1498,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1507,7 +1507,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹SpinnerProps ›, prevState: Readonly‹object›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1538,12 +1538,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/spinner/spinner.tsx:17
+Defined in src/renderer/components/spinner/spinner.tsx:17
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof object
@@ -1555,7 +1555,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹SpinnerProps ›, nextState: Readonly‹object›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1590,13 +1590,13 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/spinner/spinner.tsx:12
+Defined in src/renderer/components/spinner/spinner.tsx:12
center
• center : boolean = false
-Defined in src/renderer/components/spinner/spinner.tsx:14
+Defined in src/renderer/components/spinner/spinner.tsx:14
singleColor
• singleColor : boolean = true
-Defined in src/renderer/components/spinner/spinner.tsx:13
+Defined in src/renderer/components/spinner/spinner.tsx:13
diff --git a/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html b/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
index de6895ee1d..e7300a77d5 100644
--- a/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
@@ -1105,7 +1105,7 @@
Constructors
constructor
+ new StatusBrick (props: Readonly‹StatusBrickProps › | StatusBrickProps ): StatusBrick
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: StatusBrick
+ new StatusBrick (props: StatusBrickProps , context: any): StatusBrick
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1151,7 +1151,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1166,12 +1166,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹StatusBrickProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1182,12 +1182,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1206,7 +1206,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1220,7 +1220,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹StatusBrickProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1255,7 +1255,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹StatusBrickProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1292,7 +1292,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1319,14 +1319,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹StatusBrickProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1357,7 +1357,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1370,7 +1370,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹StatusBrickProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1404,7 +1404,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1412,7 +1412,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹StatusBrickProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1448,7 +1448,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹StatusBrickProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1488,12 +1488,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/status-brick/status-brick.tsx:12
+Defined in src/renderer/components/status-brick/status-brick.tsx:12
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1505,7 +1505,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹StatusBrickProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.stepper/index.html b/master/extensions/api/classes/_renderer_api_components_.stepper/index.html
index 19005cc64f..d1d41fc053 100644
--- a/master/extensions/api/classes/_renderer_api_components_.stepper/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.stepper/index.html
@@ -1103,7 +1103,7 @@
Constructors
constructor
+ new Stepper (props: Readonly‹StepperProps › | StepperProps ): Stepper
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Stepper
+ new Stepper (props: StepperProps , context: any): Stepper
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1149,7 +1149,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1164,12 +1164,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹StepperProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1180,12 +1180,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹object›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1204,7 +1204,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1218,7 +1218,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹StepperProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1253,7 +1253,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹StepperProps ›, nextState: Readonly‹object›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1290,7 +1290,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1317,14 +1317,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹StepperProps ›, prevState: Readonly‹object›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1355,7 +1355,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1368,7 +1368,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹StepperProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1402,7 +1402,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1410,7 +1410,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹StepperProps ›, nextState: Readonly‹object›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1446,7 +1446,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1455,7 +1455,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹StepperProps ›, prevState: Readonly‹object›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1486,12 +1486,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/stepper/stepper.tsx:15
+Defined in src/renderer/components/stepper/stepper.tsx:15
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof object
@@ -1503,7 +1503,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹StepperProps ›, nextState: Readonly‹object›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.subtitle/index.html b/master/extensions/api/classes/_renderer_api_components_.subtitle/index.html
index 2666f64710..a79855b802 100644
--- a/master/extensions/api/classes/_renderer_api_components_.subtitle/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.subtitle/index.html
@@ -1105,7 +1105,7 @@
Constructors
constructor
+ new SubTitle (props: Readonly‹Props› | Props): SubTitle
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: SubTitle
+ new SubTitle (props: Props, context: any): SubTitle
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1151,7 +1151,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1166,12 +1166,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹Props› & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1182,12 +1182,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1206,7 +1206,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1220,7 +1220,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1255,7 +1255,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1292,7 +1292,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1319,14 +1319,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1357,7 +1357,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1370,7 +1370,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1404,7 +1404,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1412,7 +1412,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1448,7 +1448,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1488,12 +1488,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/layout/sub-title.tsx:13
+Defined in src/renderer/components/layout/sub-title.tsx:13
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1505,7 +1505,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.tab/index.html b/master/extensions/api/classes/_renderer_api_components_.tab/index.html
index f580e95aa2..33d16d7799 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tab/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tab/index.html
@@ -1120,24 +1120,24 @@
Properties
context
• context : TabsContextValue
-Defined in src/renderer/components/tabs/tabs.tsx:65
+Defined in src/renderer/components/tabs/tabs.tsx:65
elem
• elem : HTMLElement
-Defined in src/renderer/components/tabs/tabs.tsx:66
+Defined in src/renderer/components/tabs/tabs.tsx:66
Static contextType
▪ contextType : Context‹TabsContextValue‹any›› = TabsContext
-Defined in src/renderer/components/tabs/tabs.tsx:64
+Defined in src/renderer/components/tabs/tabs.tsx:64
Accessors
isActive
• get isActive (): boolean
-Defined in src/renderer/components/tabs/tabs.tsx:68
+Defined in src/renderer/components/tabs/tabs.tsx:68
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1151,7 +1151,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TabProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1186,7 +1186,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TabProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1223,7 +1223,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/tabs/tabs.tsx:121
+Defined in src/renderer/components/tabs/tabs.tsx:121
Parameters:
@@ -1243,7 +1243,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1270,13 +1270,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/tabs/tabs.tsx:114
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/tabs/tabs.tsx:114
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TabProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1307,7 +1307,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1320,7 +1320,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TabProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1354,7 +1354,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1362,7 +1362,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TabProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1398,12 +1398,12 @@ prevents this from being invoked.
focus
▸ focus (): void
-Defined in src/renderer/components/tabs/tabs.tsx:74
+Defined in src/renderer/components/tabs/tabs.tsx:74
Returns: void
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TabProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1433,7 +1433,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent‹HTMLElement›): void
-Defined in src/renderer/components/tabs/tabs.tsx:86
+Defined in src/renderer/components/tabs/tabs.tsx:86
Parameters:
@@ -1453,7 +1453,7 @@ lifecycle events from running.
onFocus
▸ onFocus (evt: FocusEvent‹HTMLElement›): void
-Defined in src/renderer/components/tabs/tabs.tsx:96
+Defined in src/renderer/components/tabs/tabs.tsx:96
Parameters:
@@ -1473,7 +1473,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹HTMLElement›): void
-Defined in src/renderer/components/tabs/tabs.tsx:104
+Defined in src/renderer/components/tabs/tabs.tsx:104
Parameters:
@@ -1493,17 +1493,17 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/tabs/tabs.tsx:125
+Defined in src/renderer/components/tabs/tabs.tsx:125
Returns: Element‹›
▸ scrollIntoView (): void
-Defined in src/renderer/components/tabs/tabs.tsx:78
+Defined in src/renderer/components/tabs/tabs.tsx:78
Returns: void
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TabProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.table/index.html b/master/extensions/api/classes/_renderer_api_components_.table/index.html
index cebe9709c1..1885e28284 100644
--- a/master/extensions/api/classes/_renderer_api_components_.table/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.table/index.html
@@ -1249,7 +1249,7 @@
Constructors
constructor
+ new Table (props: Readonly‹TableProps › | TableProps ): Table
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Table
+ new Table (props: TableProps , context: any): Table
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1295,7 +1295,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1310,12 +1310,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1326,12 +1326,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1350,12 +1350,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
sortParams
• get sortParams (): object
-Defined in src/renderer/components/table/table.tsx:75
+Defined in src/renderer/components/table/table.tsx:75
Returns: object
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1369,7 +1369,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1404,7 +1404,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1441,7 +1441,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1468,13 +1468,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/table/table.tsx:67
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/table/table.tsx:67
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1505,7 +1505,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1518,7 +1518,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1552,7 +1552,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1560,7 +1560,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1596,7 +1596,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1605,7 +1605,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1635,7 +1635,7 @@ lifecycle events from running.
getSorted
▸ getSorted (items: any[]): any[]
-Defined in src/renderer/components/table/table.tsx:113
+Defined in src/renderer/components/table/table.tsx:113
Parameters:
@@ -1655,7 +1655,7 @@ lifecycle events from running.
Protected onSort
▸ onSort (__namedParameters: object): void
-Defined in src/renderer/components/table/table.tsx:121
+Defined in src/renderer/components/table/table.tsx:121
Parameters:
▪ __namedParameters : object
@@ -1681,22 +1681,22 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table.tsx:193
+Defined in src/renderer/components/table/table.tsx:193
Returns: Element‹›
renderHead
▸ renderHead (): ReactElement‹TableHeadProps ‹›, string | function | object›
-Defined in src/renderer/components/table/table.tsx:79
+Defined in src/renderer/components/table/table.tsx:79
Returns: ReactElement‹TableHeadProps ‹›, string | function | object›
renderRows
▸ renderRows (): object
-Defined in src/renderer/components/table/table.tsx:148
+Defined in src/renderer/components/table/table.tsx:148
Returns: object
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1708,7 +1708,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1743,7 +1743,7 @@ and componentDidUpdate will not be called.
sort
▸ sort (colName: TableSortBy ): void
-Defined in src/renderer/components/table/table.tsx:136
+Defined in src/renderer/components/table/table.tsx:136
Parameters:
@@ -1763,22 +1763,22 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/table/table.tsx:59
+Defined in src/renderer/components/table/table.tsx:59
autoSize
• autoSize : true = true
-Defined in src/renderer/components/table/table.tsx:61
+Defined in src/renderer/components/table/table.tsx:61
rowLineHeight
• rowLineHeight : string = "17px"
-Defined in src/renderer/components/table/table.tsx:63
+Defined in src/renderer/components/table/table.tsx:63
rowPadding
• rowPadding : string = "8px"
-Defined in src/renderer/components/table/table.tsx:62
+Defined in src/renderer/components/table/table.tsx:62
• scrollable : true = true
-Defined in src/renderer/components/table/table.tsx:60
+Defined in src/renderer/components/table/table.tsx:60
sortSyncWithUrl
• sortSyncWithUrl : true = true
-Defined in src/renderer/components/table/table.tsx:64
+Defined in src/renderer/components/table/table.tsx:64
diff --git a/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html b/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html
index b570fc0df5..8ce4f72bd9 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html
@@ -1160,7 +1160,7 @@
Constructors
constructor
+ new TableCell (props: Readonly‹TableCellProps › | TableCellProps ): TableCell
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: TableCell
+ new TableCell (props: TableCellProps , context: any): TableCell
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1206,7 +1206,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1221,12 +1221,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableCellProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1237,12 +1237,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1261,12 +1261,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
isSortable
• get isSortable (): boolean
-Defined in src/renderer/components/table/table-cell.tsx:37
+Defined in src/renderer/components/table/table-cell.tsx:37
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1280,7 +1280,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableCellProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1315,7 +1315,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableCellProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1352,7 +1352,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1379,14 +1379,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableCellProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1417,7 +1417,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1430,7 +1430,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableCellProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1464,7 +1464,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1472,7 +1472,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableCellProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1508,7 +1508,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1517,7 +1517,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableCellProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1547,7 +1547,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent‹HTMLDivElement›): void
-Defined in src/renderer/components/table/table-cell.tsx:27
+Defined in src/renderer/components/table/table-cell.tsx:27
Parameters:
@@ -1568,22 +1568,22 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table-cell.tsx:67
+Defined in src/renderer/components/table/table-cell.tsx:67
Returns: Element‹›
renderCheckbox
▸ renderCheckbox (): Element‹›
-Defined in src/renderer/components/table/table-cell.tsx:58
+Defined in src/renderer/components/table/table-cell.tsx:58
Returns: Element‹›
renderSortIcon
▸ renderSortIcon (): Element‹›
-Defined in src/renderer/components/table/table-cell.tsx:43
+Defined in src/renderer/components/table/table-cell.tsx:43
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1595,7 +1595,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableCellProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.tablehead/index.html b/master/extensions/api/classes/_renderer_api_components_.tablehead/index.html
index 1c3ab6804b..0d3e4fdb8a 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tablehead/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tablehead/index.html
@@ -1150,7 +1150,7 @@
Constructors
constructor
+ new TableHead (props: Readonly‹TableHeadProps › | TableHeadProps ): TableHead
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: TableHead
+ new TableHead (props: TableHeadProps , context: any): TableHead
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1196,7 +1196,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1211,12 +1211,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableHeadProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1227,12 +1227,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1251,7 +1251,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1265,7 +1265,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableHeadProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1300,7 +1300,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableHeadProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1337,7 +1337,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1364,14 +1364,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableHeadProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1402,7 +1402,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1415,7 +1415,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableHeadProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1457,7 +1457,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableHeadProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1493,7 +1493,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1502,7 +1502,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableHeadProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1533,12 +1533,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table-head.tsx:20
+Defined in src/renderer/components/table/table-head.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1550,7 +1550,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableHeadProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1585,10 +1585,10 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/table/table-head.tsx:16
+Defined in src/renderer/components/table/table-head.tsx:16
sticky
• sticky : true = true
-Defined in src/renderer/components/table/table-head.tsx:17
+Defined in src/renderer/components/table/table-head.tsx:17
diff --git a/master/extensions/api/classes/_renderer_api_components_.tablerow/index.html b/master/extensions/api/classes/_renderer_api_components_.tablerow/index.html
index d29f672970..e53d14b972 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tablerow/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tablerow/index.html
@@ -1105,7 +1105,7 @@
Constructors
constructor
+ new TableRow (props: Readonly‹TableRowProps › | TableRowProps ): TableRow
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: TableRow
+ new TableRow (props: TableRowProps , context: any): TableRow
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1151,7 +1151,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1166,12 +1166,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableRowProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1182,12 +1182,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1206,7 +1206,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1220,7 +1220,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableRowProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1255,7 +1255,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableRowProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1292,7 +1292,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1319,14 +1319,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableRowProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1357,7 +1357,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1370,7 +1370,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableRowProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1404,7 +1404,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1412,7 +1412,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableRowProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1448,7 +1448,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableRowProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1488,12 +1488,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table-row.tsx:20
+Defined in src/renderer/components/table/table-row.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1505,7 +1505,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableRowProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.tabs/index.html b/master/extensions/api/classes/_renderer_api_components_.tabs/index.html
index b4d4d9c995..b63d526f44 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tabs/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tabs/index.html
@@ -1033,11 +1033,11 @@
Properties
elem
• elem : HTMLElement
-Defined in src/renderer/components/tabs/tabs.tsx:25
+Defined in src/renderer/components/tabs/tabs.tsx:25
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1051,7 +1051,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TabsProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1086,7 +1086,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TabsProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1123,7 +1123,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/tabs/tabs.tsx:28
+Defined in src/renderer/components/tabs/tabs.tsx:28
Parameters:
@@ -1143,7 +1143,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1170,14 +1170,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TabsProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1208,7 +1208,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TabsProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1255,7 +1255,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1263,7 +1263,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TabsProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1299,7 +1299,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TabsProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1329,12 +1329,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/tabs/tabs.tsx:32
+Defined in src/renderer/components/tabs/tabs.tsx:32
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TabsProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.tooltip/index.html b/master/extensions/api/classes/_renderer_api_components_.tooltip/index.html
index 7ebe437416..61f1984c1e 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tooltip/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tooltip/index.html
@@ -1224,7 +1224,7 @@
Constructors
constructor
+ new Tooltip (props: Readonly‹TooltipProps › | TooltipProps ): Tooltip
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Tooltip
+ new Tooltip (props: TooltipProps , context: any): Tooltip
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1270,11 +1270,11 @@
Properties
activePosition
• activePosition : TooltipPosition
-Defined in src/renderer/components/tooltip/tooltip.tsx:51
+Defined in src/renderer/components/tooltip/tooltip.tsx:51
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1289,20 +1289,20 @@ Should be used with type annotation or static contextType.
elem
• elem : HTMLElement
-Defined in src/renderer/components/tooltip/tooltip.tsx:50
+Defined in src/renderer/components/tooltip/tooltip.tsx:50
isVisible
• isVisible : boolean = !!this.props.visible
-Defined in src/renderer/components/tooltip/tooltip.tsx:52
+Defined in src/renderer/components/tooltip/tooltip.tsx:52
props
• props : Readonly‹TooltipProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1313,12 +1313,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1337,21 +1337,21 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/tooltip/tooltip.tsx:48
+Defined in src/renderer/components/tooltip/tooltip.tsx:48
Accessors
hoverTarget
• get hoverTarget (): HTMLElement
-Defined in src/renderer/components/tooltip/tooltip.tsx:58
+Defined in src/renderer/components/tooltip/tooltip.tsx:58
Returns: HTMLElement
targetElem
• get targetElem (): HTMLElement
-Defined in src/renderer/components/tooltip/tooltip.tsx:54
+Defined in src/renderer/components/tooltip/tooltip.tsx:54
Returns: HTMLElement
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1365,7 +1365,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TooltipProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1400,7 +1400,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TooltipProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1437,7 +1437,7 @@ prevents this from being invoked.
bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/tooltip/tooltip.tsx:198
+Defined in src/renderer/components/tooltip/tooltip.tsx:198
Parameters:
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1484,13 +1484,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
-Overrides SubTitle .componentDidMount
-Defined in src/renderer/components/tooltip/tooltip.tsx:66
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/tooltip/tooltip.tsx:66
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TooltipProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1521,7 +1521,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1534,7 +1534,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TooltipProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1568,13 +1568,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
-Overrides SubTitle .componentWillUnmount
-Defined in src/renderer/components/tooltip/tooltip.tsx:71
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/tooltip/tooltip.tsx:71
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TooltipProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1610,7 +1610,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1619,7 +1619,7 @@ prevents this from being invoked.
Protected getPosition
▸ getPosition (position: TooltipPosition , tooltipBounds: DOMRect, targetBounds: DOMRect): object
-Defined in src/renderer/components/tooltip/tooltip.tsx:145
+Defined in src/renderer/components/tooltip/tooltip.tsx:145
Parameters:
@@ -1661,7 +1661,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TooltipProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1691,28 +1691,28 @@ lifecycle events from running.
Protected onEnterTarget
▸ onEnterTarget (): void
-Defined in src/renderer/components/tooltip/tooltip.tsx:77
+Defined in src/renderer/components/tooltip/tooltip.tsx:77
Returns: void
Protected onLeaveTarget
▸ onLeaveTarget (): void
-Defined in src/renderer/components/tooltip/tooltip.tsx:83
+Defined in src/renderer/components/tooltip/tooltip.tsx:83
Returns: void
refreshPosition
▸ refreshPosition (): void
-Defined in src/renderer/components/tooltip/tooltip.tsx:88
+Defined in src/renderer/components/tooltip/tooltip.tsx:88
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/tooltip/tooltip.tsx:202
+Defined in src/renderer/components/tooltip/tooltip.tsx:202
Returns: Element‹›
Protected setPosition
▸ setPosition (pos: object): void
-Defined in src/renderer/components/tooltip/tooltip.tsx:138
+Defined in src/renderer/components/tooltip/tooltip.tsx:138
Parameters:
▪ pos : object
@@ -1737,7 +1737,7 @@ lifecycle events from running.
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1749,7 +1749,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TooltipProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.wizard/index.html b/master/extensions/api/classes/_renderer_api_components_.wizard/index.html
index 514090e03e..44ee46b1a6 100644
--- a/master/extensions/api/classes/_renderer_api_components_.wizard/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.wizard/index.html
@@ -1235,7 +1235,7 @@
Constructors
constructor
+ new Wizard (props: Readonly‹WizardProps › | WizardProps ): Wizard
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Wizard
+ new Wizard (props: WizardProps , context: any): Wizard
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1281,7 +1281,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1296,12 +1296,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹WizardProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1312,7 +1312,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1331,10 +1331,10 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
step
• get step (): number
-Defined in src/renderer/components/wizard/wizard.tsx:56
+Defined in src/renderer/components/wizard/wizard.tsx:56
Returns: number
• set step (step: number): void
-Defined in src/renderer/components/wizard/wizard.tsx:60
+Defined in src/renderer/components/wizard/wizard.tsx:60
Parameters:
@@ -1354,12 +1354,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
steps
• get steps (): ReactElement‹WizardStepProps ‹any›, string | function | object›[]
-Defined in src/renderer/components/wizard/wizard.tsx:34
+Defined in src/renderer/components/wizard/wizard.tsx:34
Returns: ReactElement‹WizardStepProps ‹any›, string | function | object›[]
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1373,7 +1373,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹WizardProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1408,7 +1408,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹WizardProps ›, nextState: Readonly‹State›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1445,7 +1445,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1472,14 +1472,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹WizardProps ›, prevState: Readonly‹State›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1510,7 +1510,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1523,7 +1523,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹WizardProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1557,7 +1557,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1565,7 +1565,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹WizardProps ›, nextState: Readonly‹State›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1601,12 +1601,12 @@ prevents this from being invoked.
firstStep
▸ firstStep (): any
-Defined in src/renderer/components/wizard/wizard.tsx:77
+Defined in src/renderer/components/wizard/wizard.tsx:77
Returns: any
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1615,7 +1615,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹WizardProps ›, prevState: Readonly‹State›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1645,7 +1645,7 @@ lifecycle events from running.
Protected getValidStep
▸ getValidStep (step: number): number
-Defined in src/renderer/components/wizard/wizard.tsx:71
+Defined in src/renderer/components/wizard/wizard.tsx:71
Parameters:
@@ -1665,38 +1665,38 @@ lifecycle events from running.
isFirstStep
▸ isFirstStep (): boolean
-Defined in src/renderer/components/wizard/wizard.tsx:75
+Defined in src/renderer/components/wizard/wizard.tsx:75
Returns: boolean
isLastStep
▸ isLastStep (): boolean
-Defined in src/renderer/components/wizard/wizard.tsx:76
+Defined in src/renderer/components/wizard/wizard.tsx:76
Returns: boolean
lastStep
▸ lastStep (): any
-Defined in src/renderer/components/wizard/wizard.tsx:80
+Defined in src/renderer/components/wizard/wizard.tsx:80
Returns: any
nextStep
▸ nextStep (): any
-Defined in src/renderer/components/wizard/wizard.tsx:78
+Defined in src/renderer/components/wizard/wizard.tsx:78
Returns: any
prevStep
▸ prevStep (): any
-Defined in src/renderer/components/wizard/wizard.tsx:79
+Defined in src/renderer/components/wizard/wizard.tsx:79
Returns: any
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/wizard/wizard.tsx:82
+Defined in src/renderer/components/wizard/wizard.tsx:82
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof State
@@ -1708,7 +1708,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹WizardProps ›, nextState: Readonly‹State›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1743,11 +1743,11 @@ and componentDidUpdate will not be called.
Object literals
state
▪ state : object
-Overrides SubTitle .state
-Defined in src/renderer/components/wizard/wizard.tsx:30
+Overrides PageLayout .state
+Defined in src/renderer/components/wizard/wizard.tsx:30
step
• step : number = this.getValidStep(this.props.step)
-Defined in src/renderer/components/wizard/wizard.tsx:31
+Defined in src/renderer/components/wizard/wizard.tsx:31
diff --git a/master/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html b/master/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html
index 32612d005b..db76b64539 100644
--- a/master/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.wizardlayout/index.html
@@ -1105,7 +1105,7 @@
Constructors
constructor
+ new WizardLayout (props: Readonly‹WizardLayoutProps › | WizardLayoutProps ): WizardLayout
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: WizardLayout
+ new WizardLayout (props: WizardLayoutProps , context: any): WizardLayout
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1151,7 +1151,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1166,12 +1166,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹WizardLayoutProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1182,12 +1182,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
-Inherited from SubTitle .state
+Inherited from PageLayout .state
Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1206,7 +1206,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1220,7 +1220,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹WizardLayoutProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1255,7 +1255,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹WizardLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1292,7 +1292,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1319,14 +1319,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹WizardLayoutProps ›, prevState: Readonly‹S›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1357,7 +1357,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1370,7 +1370,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹WizardLayoutProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1404,7 +1404,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
-Inherited from SubTitle .componentWillUnmount
+Inherited from WizardLayout .componentWillUnmount
Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
@@ -1412,7 +1412,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹WizardLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1448,7 +1448,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹WizardLayoutProps ›, prevState: Readonly‹S›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1488,12 +1488,12 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/layout/wizard-layout.tsx:18
+Defined in src/renderer/components/layout/wizard-layout.tsx:18
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
@@ -1505,7 +1505,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹WizardLayoutProps ›, nextState: Readonly‹S›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
diff --git a/master/extensions/api/classes/_renderer_api_components_.wizardstep/index.html b/master/extensions/api/classes/_renderer_api_components_.wizardstep/index.html
index 7dadb737bf..b7b8197974 100644
--- a/master/extensions/api/classes/_renderer_api_components_.wizardstep/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.wizardstep/index.html
@@ -1180,7 +1180,7 @@
Constructors
constructor
+ new WizardStep (props: Readonly‹WizardStepProps › | WizardStepProps ): WizardStep
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: WizardStep
+ new WizardStep (props: WizardStepProps , context: any): WizardStep
-Inherited from SubTitle .constructor
+Inherited from PageLayout .constructor
Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
@@ -1226,7 +1226,7 @@
Properties
context
• context : any
-Inherited from SubTitle .context
+Inherited from PageLayout .context
Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
@@ -1241,12 +1241,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹WizardStepProps › & Readonly‹object›
-Inherited from SubTitle .props
+Inherited from PageLayout .props
Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
-Inherited from SubTitle .refs
+Inherited from PageLayout .refs
Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
@@ -1257,12 +1257,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : WizardStepState
-Overrides SubTitle .state
-Defined in src/renderer/components/wizard/wizard.tsx:136
+Overrides PageLayout .state
+Defined in src/renderer/components/wizard/wizard.tsx:136
Static Optional contextType
▪ contextType ? : Context‹any›
-Inherited from SubTitle .contextType
+Inherited from PageLayout .contextType
Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
@@ -1281,7 +1281,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
-Inherited from SubTitle .UNSAFE_componentWillMount
+Inherited from PageLayout .UNSAFE_componentWillMount
Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1295,7 +1295,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹WizardStepProps ›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillReceiveProps
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1330,7 +1330,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹WizardStepProps ›, nextState: Readonly‹WizardStepState›, nextContext: any): void
-Inherited from SubTitle .UNSAFE_componentWillUpdate
+Inherited from PageLayout .UNSAFE_componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1367,7 +1367,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
-Inherited from SubTitle .componentDidCatch
+Inherited from PageLayout .componentDidCatch
Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
@@ -1394,14 +1394,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
-Inherited from SubTitle .componentDidMount
+Inherited from WizardLayout .componentDidMount
Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹WizardStepProps ›, prevState: Readonly‹WizardStepState›, snapshot?: SS): void
-Inherited from SubTitle .componentDidUpdate
+Inherited from PageLayout .componentDidUpdate
Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
@@ -1432,7 +1432,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
-Inherited from SubTitle .componentWillMount
+Inherited from PageLayout .componentWillMount
Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
@@ -1445,7 +1445,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹WizardStepProps ›, nextContext: any): void
-Inherited from SubTitle .componentWillReceiveProps
+Inherited from PageLayout .componentWillReceiveProps
Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
@@ -1479,13 +1479,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
-Overrides SubTitle .componentWillUnmount
-Defined in src/renderer/components/wizard/wizard.tsx:143
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/wizard/wizard.tsx:143
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹WizardStepProps ›, nextState: Readonly‹WizardStepState›, nextContext: any): void
-Inherited from SubTitle .componentWillUpdate
+Inherited from PageLayout .componentWillUpdate
Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
@@ -1521,7 +1521,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
-Inherited from SubTitle .forceUpdate
+Inherited from PageLayout .forceUpdate
Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
@@ -1530,7 +1530,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹WizardStepProps ›, prevState: Readonly‹WizardStepState›): SS | null
-Inherited from SubTitle .getSnapshotBeforeUpdate
+Inherited from PageLayout .getSnapshotBeforeUpdate
Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
@@ -1560,28 +1560,28 @@ lifecycle events from running.
next
▸ next (): void
-Defined in src/renderer/components/wizard/wizard.tsx:154
+Defined in src/renderer/components/wizard/wizard.tsx:154
Returns: void
prev
▸ prev (): void
-Defined in src/renderer/components/wizard/wizard.tsx:147
+Defined in src/renderer/components/wizard/wizard.tsx:147
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/wizard/wizard.tsx:194
+Defined in src/renderer/components/wizard/wizard.tsx:194
Returns: Element‹›
renderLoading
▸ renderLoading (): Element‹›
-Defined in src/renderer/components/wizard/wizard.tsx:186
+Defined in src/renderer/components/wizard/wizard.tsx:186
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
-Inherited from SubTitle .setState
+Inherited from PageLayout .setState
Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof WizardStepState
@@ -1593,7 +1593,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹WizardStepProps ›, nextState: Readonly‹WizardStepState›, nextContext: any): boolean
-Inherited from SubTitle .shouldComponentUpdate
+Inherited from PageLayout .shouldComponentUpdate
Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
@@ -1628,15 +1628,15 @@ and componentDidUpdate will not be called.
submit
▸ submit (): void
-Defined in src/renderer/components/wizard/wizard.tsx:177
+Defined in src/renderer/components/wizard/wizard.tsx:177
Returns: void
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/wizard/wizard.tsx:139
+Defined in src/renderer/components/wizard/wizard.tsx:139
• scrollable : true = true
-Defined in src/renderer/components/wizard/wizard.tsx:140
+Defined in src/renderer/components/wizard/wizard.tsx:140
diff --git a/master/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html b/master/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html
index b9b36c1f89..956c5975b7 100644
--- a/master/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html
+++ b/master/extensions/api/classes/_renderer_api_k8s_api_.clusterrole/index.html
@@ -1231,7 +1231,7 @@
constructor
+ new ClusterRole (data: KubeJsonApiData): ClusterRole
Inherited from KubeObject .constructor
-Defined in src/renderer/api/kube-object.ts:154
+Defined in src/renderer/api/kube-object.ts:154
Parameters: