1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Deployed ca1ad425ab to master with MkDocs 1.2.1 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-07-13 14:07:21 +00:00
parent efb30c428a
commit 33d4f30eda
6 changed files with 200 additions and 66 deletions

View File

@ -904,7 +904,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@42138</p>
<p>IpcRegistrar.__@IpcPrefix@42164</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -724,6 +724,13 @@
Properties
</a>
</li>
<li class="md-nav__item">
<a href="#accessors" class="md-nav__link">
Accessors
</a>
</li>
<li class="md-nav__item">
@ -771,6 +778,20 @@
context
</a>
</li>
<li class="md-nav__item">
<a href="#elem" class="md-nav__link">
elem
</a>
</li>
<li class="md-nav__item">
<a href="#isexpanded" class="md-nav__link">
isExpanded
</a>
</li>
<li class="md-nav__item">
@ -792,6 +813,13 @@
state
</a>
</li>
<li class="md-nav__item">
<a href="#badgemeta" class="md-nav__link">
badgeMeta
</a>
</li>
<li class="md-nav__item">
@ -799,6 +827,33 @@
contextType
</a>
</li>
<li class="md-nav__item">
<a href="#defaultprops" class="md-nav__link">
defaultProps
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#accessors_1" class="md-nav__link">
Accessors
</a>
<nav class="md-nav" aria-label="Accessors">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#isexpandable" class="md-nav__link">
isExpandable
</a>
</li>
</ul>
@ -833,6 +888,13 @@
UNSAFE_componentWillUpdate
</a>
</li>
<li class="md-nav__item">
<a href="#bindref" class="md-nav__link">
bindRef
</a>
</li>
<li class="md-nav__item">
@ -896,6 +958,13 @@
getSnapshotBeforeUpdate
</a>
</li>
<li class="md-nav__item">
<a href="#onmouseup" class="md-nav__link">
onMouseUp
</a>
</li>
<li class="md-nav__item">
@ -953,16 +1022,25 @@
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#context">context</a></li>
<li><a href="./#elem">elem</a></li>
<li><a href="./#isexpanded">isExpanded</a></li>
<li><a href="./#props">props</a></li>
<li><a href="./#refs">refs</a></li>
<li><a href="./#state">state</a></li>
<li><a href="./#badgemeta">badgeMeta</a></li>
<li><a href="./#contexttype">contextType</a></li>
<li><a href="./#defaultprops">defaultProps</a></li>
</ul>
<h3 id="accessors">Accessors<a class="headerlink" href="#accessors" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#isexpandable">isExpandable</a></li>
</ul>
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#unsafe_componentwillmount">UNSAFE_componentWillMount</a></li>
<li><a href="./#unsafe_componentwillreceiveprops">UNSAFE_componentWillReceiveProps</a></li>
<li><a href="./#unsafe_componentwillupdate">UNSAFE_componentWillUpdate</a></li>
<li><a href="./#bindref">bindRef</a></li>
<li><a href="./#componentdidcatch">componentDidCatch</a></li>
<li><a href="./#componentdidmount">componentDidMount</a></li>
<li><a href="./#componentdidupdate">componentDidUpdate</a></li>
@ -972,6 +1050,7 @@
<li><a href="./#componentwillupdate">componentWillUpdate</a></li>
<li><a href="./#forceupdate">forceUpdate</a></li>
<li><a href="./#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></li>
<li><a href="./#onmouseup">onMouseUp</a></li>
<li><a href="./#render">render</a></li>
<li><a href="./#setstate">setState</a></li>
<li><a href="./#shouldcomponentupdate">shouldComponentUpdate</a></li>
@ -990,36 +1069,12 @@
<tbody>
<tr>
<td align="left"><code>props</code></td>
<td align="left"><a href="../../interfaces/renderer.component.badgeprops/">BadgeProps</a> | <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.badgeprops/">BadgeProps</a>></td>
</tr>
</tbody>
</table>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>React.Component&lt;BadgeProps>.constructor</p>
<p><strong>new Badge</strong>(<code>props</code>, <code>context</code>)</p>
<p><strong><code>deprecated</code></strong></p>
<p><strong><code>see</code></strong> https://reactjs.org/docs/legacy-context.html</p>
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>props</code></td>
<td align="left"><a href="../../interfaces/renderer.component.badgeprops/">BadgeProps</a></td>
</tr>
<tr>
<td align="left"><code>context</code></td>
<td align="left"><code>any</code></td>
</tr>
</tbody>
</table>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>React.Component&lt;BadgeProps>.constructor</p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p>React.Component&lt;BadgeProps\&gt;.constructor</p>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="context">context<a class="headerlink" href="#context" title="Permanent link">#</a></h3>
<p><strong>context</strong>: <code>any</code></p>
@ -1033,12 +1088,18 @@ Should be used with type annotation or static contextType.</p>
<span class="kr">declare</span> <span class="nx">context</span>: <span class="kt">React.ContextType</span><span class="o">&lt;</span><span class="k">typeof</span> <span class="nx">MyContext</span><span class="o">&gt;</span>
</code></pre></div>
<p><strong><code>see</code></strong> https://reactjs.org/docs/context.html</p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>React.Component.context</p>
<hr />
<h3 id="elem">elem<a class="headerlink" href="#elem" title="Permanent link">#</a></h3>
<p><strong>elem</strong>: <code>HTMLElement</code></p>
<hr />
<h3 id="isexpanded">isExpanded<a class="headerlink" href="#isexpanded" title="Permanent link">#</a></h3>
<p><strong>isExpanded</strong>: <code>boolean</code> = false</p>
<hr />
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.badgeprops/">BadgeProps</a>> &amp; <code>Readonly</code>&lt;<code>Object</code>></p>
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>React.Component.props</p>
<hr />
<h3 id="refs">refs<a class="headerlink" href="#refs" title="Permanent link">#</a></h3>
@ -1047,14 +1108,32 @@ Should be used with type annotation or static contextType.</p>
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
<h4 id="index-signature">Index signature<a class="headerlink" href="#index-signature" title="Permanent link">#</a></h4>
<p>▪ [key: <code>string</code>]: <code>ReactInstance</code></p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>React.Component.refs</p>
<hr />
<h3 id="state">state<a class="headerlink" href="#state" title="Permanent link">#</a></h3>
<p><strong>state</strong>: <code>Readonly</code>&lt;<code>Object</code>></p>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<p>React.Component.state</p>
<hr />
<h3 id="badgemeta">badgeMeta<a class="headerlink" href="#badgemeta" title="Permanent link">#</a></h3>
<p><code>Static</code> <strong>badgeMeta</strong>: <code>Object</code></p>
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>hasTextSelected</code></td>
<td align="left"><code>boolean</code></td>
</tr>
</tbody>
</table>
<hr />
<h3 id="contexttype">contextType<a class="headerlink" href="#contexttype" title="Permanent link">#</a></h3>
<p><code>Static</code> <code>Optional</code> <strong>contextType</strong>: <code>Context</code>&lt;any></p>
<p>If set, <code>this.context</code> will be set at runtime to the current value of the given Context.</p>
@ -1071,8 +1150,16 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
<span class="p">}</span>
</code></pre></div>
<p><strong><code>see</code></strong> https://reactjs.org/docs/context.html#classcontexttype</p>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
<p>React.Component.contextType</p>
<hr />
<h3 id="defaultprops">defaultProps<a class="headerlink" href="#defaultprops" title="Permanent link">#</a></h3>
<p><code>Static</code> <strong>defaultProps</strong>: <code>Partial</code>&lt;<a href="../../interfaces/renderer.component.badgeprops/">BadgeProps</a>></p>
<h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2>
<h3 id="isexpandable">isExpandable<a class="headerlink" href="#isexpandable" title="Permanent link">#</a></h3>
<p><code>get</code> <strong>isExpandable</strong>(): <code>boolean</code></p>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<p><code>boolean</code></p>
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
<h3 id="unsafe_componentwillmount">UNSAFE_componentWillMount<a class="headerlink" href="#unsafe_componentwillmount" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>UNSAFE_componentWillMount</strong>(): <code>void</code></p>
@ -1084,9 +1171,9 @@ prevents this from being invoked.</p>
<p><strong><code>deprecated</code></strong> 16.3, use componentDidMount or the constructor instead</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</p>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillMount</p>
<hr />
<h3 id="unsafe_componentwillreceiveprops">UNSAFE_componentWillReceiveProps<a class="headerlink" href="#unsafe_componentwillreceiveprops" title="Permanent link">#</a></h3>
@ -1101,7 +1188,7 @@ prevents this from being invoked.</p>
<p><strong><code>deprecated</code></strong> 16.3, use static getDerivedStateFromProps instead</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</p>
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
@ -1120,9 +1207,9 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillReceiveProps</p>
<hr />
<h3 id="unsafe_componentwillupdate">UNSAFE_componentWillUpdate<a class="headerlink" href="#unsafe_componentwillupdate" title="Permanent link">#</a></h3>
@ -1135,7 +1222,7 @@ prevents this from being invoked.</p>
<p><strong><code>deprecated</code></strong> 16.3, use getSnapshotBeforeUpdate instead</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</p>
<h4 id="parameters_3">Parameters<a class="headerlink" href="#parameters_3" title="Permanent link">#</a></h4>
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
@ -1158,11 +1245,31 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillUpdate</p>
<hr />
<h3 id="bindref">bindRef<a class="headerlink" href="#bindref" title="Permanent link">#</a></h3>
<p><strong>bindRef</strong>(<code>elem</code>): <code>void</code></p>
<h4 id="parameters_3">Parameters<a class="headerlink" href="#parameters_3" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>elem</code></td>
<td align="left"><code>HTMLElement</code></td>
</tr>
</tbody>
</table>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="componentdidcatch">componentDidCatch<a class="headerlink" href="#componentdidcatch" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>componentDidCatch</strong>(<code>error</code>, <code>errorInfo</code>): <code>void</code></p>
<p>Catches exceptions generated in descendant components. Unhandled exceptions will cause
@ -1186,17 +1293,17 @@ the entire component tree to unmount.</p>
</tr>
</tbody>
</table>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
<p>React.Component.componentDidCatch</p>
<hr />
<h3 id="componentdidmount">componentDidMount<a class="headerlink" href="#componentdidmount" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>componentDidMount</strong>(): <code>void</code></p>
<p>Called immediately after a component is mounted. Setting state here will trigger re-rendering.</p>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
<p>React.Component.componentDidMount</p>
<hr />
<h3 id="componentdidupdate">componentDidUpdate<a class="headerlink" href="#componentdidupdate" title="Permanent link">#</a></h3>
@ -1226,9 +1333,9 @@ the entire component tree to unmount.</p>
</tr>
</tbody>
</table>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<p>React.Component.componentDidUpdate</p>
<hr />
<h3 id="componentwillmount">componentWillMount<a class="headerlink" href="#componentwillmount" title="Permanent link">#</a></h3>
@ -1240,9 +1347,9 @@ prevents this from being invoked.</p>
<p><strong><code>deprecated</code></strong> 16.3, use componentDidMount or the constructor instead; will stop working in React 17</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</p>
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p>React.Component.componentWillMount</p>
<hr />
<h3 id="componentwillreceiveprops">componentWillReceiveProps<a class="headerlink" href="#componentwillreceiveprops" title="Permanent link">#</a></h3>
@ -1275,18 +1382,18 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
<p>React.Component.componentWillReceiveProps</p>
<hr />
<h3 id="componentwillunmount">componentWillUnmount<a class="headerlink" href="#componentwillunmount" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>componentWillUnmount</strong>(): <code>void</code></p>
<p>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 <code>componentDidMount</code>.</p>
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>React.Component.componentWillUnmount</p>
<hr />
<h3 id="componentwillupdate">componentWillUpdate<a class="headerlink" href="#componentwillupdate" title="Permanent link">#</a></h3>
@ -1321,9 +1428,9 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>React.Component.componentWillUpdate</p>
<hr />
<h3 id="forceupdate">forceUpdate<a class="headerlink" href="#forceupdate" title="Permanent link">#</a></h3>
@ -1343,9 +1450,9 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>React.Component.forceUpdate</p>
<hr />
<h3 id="getsnapshotbeforeupdate">getSnapshotBeforeUpdate<a class="headerlink" href="#getsnapshotbeforeupdate" title="Permanent link">#</a></h3>
@ -1374,16 +1481,21 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
<p><code>any</code></p>
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p>React.Component.getSnapshotBeforeUpdate</p>
<hr />
<h3 id="onmouseup">onMouseUp<a class="headerlink" href="#onmouseup" title="Permanent link">#</a></h3>
<p><strong>onMouseUp</strong>(): <code>void</code></p>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="render">render<a class="headerlink" href="#render" title="Permanent link">#</a></h3>
<p><strong>render</strong>(): <code>Element</code></p>
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
<p><code>Element</code></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
<p>React.Component.render</p>
<hr />
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
@ -1422,9 +1534,9 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_19">Inherited from<a class="headerlink" href="#inherited-from_19" title="Permanent link">#</a></h4>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
<p>React.Component.setState</p>
<hr />
<h3 id="shouldcomponentupdate">shouldComponentUpdate<a class="headerlink" href="#shouldcomponentupdate" title="Permanent link">#</a></h3>
@ -1458,9 +1570,9 @@ and <code>componentDidUpdate</code> will not be called.</p>
</tr>
</tbody>
</table>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
<p><code>boolean</code></p>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
<p>React.Component.shouldComponentUpdate</p>

View File

@ -904,7 +904,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@42138</p>
<p>IpcRegistrar.__@IpcPrefix@42164</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1171,6 +1171,13 @@
dir
</a>
</li>
<li class="md-nav__item">
<a href="#disabled" class="md-nav__link">
disabled
</a>
</li>
<li class="md-nav__item">
@ -1178,6 +1185,13 @@
draggable
</a>
</li>
<li class="md-nav__item">
<a href="#expandable" class="md-nav__link">
expandable
</a>
</li>
<li class="md-nav__item">
@ -2642,7 +2656,9 @@
<li><a href="./#defaultchecked">defaultChecked</a></li>
<li><a href="./#defaultvalue">defaultValue</a></li>
<li><a href="./#dir">dir</a></li>
<li><a href="./#disabled">disabled</a></li>
<li><a href="./#draggable">draggable</a></li>
<li><a href="./#expandable">expandable</a></li>
<li><a href="./#flat">flat</a></li>
<li><a href="./#hidden">hidden</a></li>
<li><a href="./#id">id</a></li>
@ -3248,11 +3264,17 @@ A hint could be a sample value or a brief description of the expected format.</p
<h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.dir</p>
<hr />
<h3 id="disabled">disabled<a class="headerlink" href="#disabled" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>disabled</strong>: <code>boolean</code></p>
<hr />
<h3 id="draggable">draggable<a class="headerlink" href="#draggable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>draggable</strong>: <code>Booleanish</code></p>
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4>
<p>React.HTMLAttributes.draggable</p>
<hr />
<h3 id="expandable">expandable<a class="headerlink" href="#expandable" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>expandable</strong>: <code>boolean</code></p>
<hr />
<h3 id="flat">flat<a class="headerlink" href="#flat" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>flat</strong>: <code>boolean</code></p>
<hr />

File diff suppressed because one or more lines are too long

Binary file not shown.