diff --git a/master/extensions/api/classes/main.ipc/index.html b/master/extensions/api/classes/main.ipc/index.html index 57a747d278..0e9a7fae19 100644 --- a/master/extensions/api/classes/main.ipc/index.html +++ b/master/extensions/api/classes/main.ipc/index.html @@ -904,7 +904,7 @@
• Readonly [IpcPrefix]: string
IpcRegistrar.__@IpcPrefix@42138
+IpcRegistrar.__@IpcPrefix@42164
• Protected extension: LensExtension
propsReadonly<BadgeProps>React.Component<BadgeProps>.constructor
-• new Badge(props, context)
deprecated
see https://reactjs.org/docs/legacy-context.html
| Name | -Type | -
|---|---|
props |
BadgeProps |
context |
-any |
-
React.Component<BadgeProps>.constructor
+React.Component<BadgeProps\>.constructor
• context: any
see https://reactjs.org/docs/context.html
React.Component.context
• elem: HTMLElement
• isExpanded: boolean = false
• Readonly props: Readonly<BadgeProps> & Readonly<Object>
React.Component.props
▪ [key: string]: ReactInstance
React.Component.refs
• state: Readonly<Object>
React.Component.state
▪ Static badgeMeta: Object
| Name | +Type | +
|---|---|
hasTextSelected |
+boolean |
+
▪ Static Optional contextType: Context<any>
If set, this.context will be set at runtime to the current value of the given Context.
see https://reactjs.org/docs/context.html#classcontexttype
React.Component.contextType
+▪ Static defaultProps: Partial<BadgeProps>
• get isExpandable(): boolean
boolean
▸ Optional UNSAFE_componentWillMount(): void
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
void
React.Component.UNSAFE_componentWillMount
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
void
React.Component.UNSAFE_componentWillReceiveProps
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
void
React.Component.UNSAFE_componentWillUpdate
▸ bindRef(elem): void
| Name | +Type | +
|---|---|
elem |
+HTMLElement |
+
void
▸ Optional componentDidCatch(error, errorInfo): void
Catches exceptions generated in descendant components. Unhandled exceptions will cause @@ -1186,17 +1293,17 @@ the entire component tree to unmount.
-void
React.Component.componentDidCatch
▸ Optional componentDidMount(): void
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
-void
React.Component.componentDidMount
void
React.Component.componentDidUpdate
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
void
React.Component.componentWillMount
void
React.Component.componentWillReceiveProps
▸ Optional componentWillUnmount(): void
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.
void
React.Component.componentWillUnmount
void
React.Component.componentWillUpdate
void
React.Component.forceUpdate
any
React.Component.getSnapshotBeforeUpdate
▸ onMouseUp(): void
void
▸ render(): Element
Element
React.Component.render
void
React.Component.setState
componentDidUpdate will not be called.
-boolean
React.Component.shouldComponentUpdate
diff --git a/master/extensions/api/classes/renderer.ipc/index.html b/master/extensions/api/classes/renderer.ipc/index.html index aee7590117..33da09007c 100644 --- a/master/extensions/api/classes/renderer.ipc/index.html +++ b/master/extensions/api/classes/renderer.ipc/index.html @@ -904,7 +904,7 @@• Readonly [IpcPrefix]: string
IpcRegistrar.__@IpcPrefix@42138
+IpcRegistrar.__@IpcPrefix@42164
• Protected extension: LensExtension
React.HTMLAttributes.dir
• Optional disabled: boolean
• Optional draggable: Booleanish
React.HTMLAttributes.draggable
• Optional expandable: boolean
• Optional flat: boolean