mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed e43961ec4f to master with MkDocs 1.2.2 and mike 1.0.1
This commit is contained in:
parent
8e11bc2cec
commit
14cf461603
@ -904,7 +904,7 @@
|
|||||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
<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>
|
<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>
|
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||||
<p>IpcRegistrar.__@IpcPrefix@41910</p>
|
<p>IpcRegistrar.__@IpcPrefix@41940</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
<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>
|
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>
|
||||||
|
|||||||
@ -1007,7 +1007,7 @@
|
|||||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
||||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" 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>LensExtension.__@Disposers@25557</p>
|
<p>LensExtension.__@Disposers@25565</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>appMenus</strong>: <code>MenuRegistration</code>[] = []</p>
|
<p>• <strong>appMenus</strong>: <code>MenuRegistration</code>[] = []</p>
|
||||||
|
|||||||
@ -724,6 +724,13 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#accessors" class="md-nav__link">
|
||||||
|
Accessors
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -818,6 +825,33 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</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="#ismenuopen_1" class="md-nav__link">
|
||||||
|
isMenuOpen
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#ismultiselection_1" class="md-nav__link">
|
||||||
|
isMultiSelection
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1016,6 +1050,11 @@
|
|||||||
<li><a href="./#ismenuopen">isMenuOpen</a></li>
|
<li><a href="./#ismenuopen">isMenuOpen</a></li>
|
||||||
<li><a href="./#ismultiselection">isMultiSelection</a></li>
|
<li><a href="./#ismultiselection">isMultiSelection</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h3 id="accessors">Accessors<a class="headerlink" href="#accessors" title="Permanent link">#</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="./#ismenuopen">isMenuOpen</a></li>
|
||||||
|
<li><a href="./#ismultiselection">isMultiSelection</a></li>
|
||||||
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#unsafe_componentwillmount">UNSAFE_componentWillMount</a></li>
|
<li><a href="./#unsafe_componentwillmount">UNSAFE_componentWillMount</a></li>
|
||||||
@ -1054,36 +1093,12 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>props</code></td>
|
<td align="left"><code>props</code></td>
|
||||||
<td align="left"><a href="../../interfaces/renderer.component.selectprops/">SelectProps</a><any> | <code>Readonly</code><<a href="../../interfaces/renderer.component.selectprops/">SelectProps</a><any>></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
|
||||||
<p>React.Component<SelectProps>.constructor</p>
|
|
||||||
<p>• <strong>new NamespaceSelectFilter</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.selectprops/">SelectProps</a><any></td>
|
<td align="left"><a href="../../interfaces/renderer.component.selectprops/">SelectProps</a><any></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align="left"><code>context</code></td>
|
|
||||||
<td align="left"><code>any</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component<SelectProps>.constructor</p>
|
<p>React.Component<SelectProps\>.constructor</p>
|
||||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
<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>
|
<h3 id="context">context<a class="headerlink" href="#context" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>context</strong>: <code>any</code></p>
|
<p>• <strong>context</strong>: <code>any</code></p>
|
||||||
@ -1097,12 +1112,12 @@ 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"><</span><span class="k">typeof</span> <span class="nx">MyContext</span><span class="o">></span>
|
<span class="kr">declare</span> <span class="nx">context</span>: <span class="kt">React.ContextType</span><span class="o"><</span><span class="k">typeof</span> <span class="nx">MyContext</span><span class="o">></span>
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
<p><strong><code>see</code></strong> https://reactjs.org/docs/context.html</p>
|
<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>
|
<p>React.Component.context</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
|
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Readonly</code> <strong>props</strong>: <code>Readonly</code><<a href="../../interfaces/renderer.component.selectprops/">SelectProps</a><any>> & <code>Readonly</code><<code>Object</code>></p>
|
<p>• <code>Readonly</code> <strong>props</strong>: <code>Readonly</code><<a href="../../interfaces/renderer.component.selectprops/">SelectProps</a><any>> & <code>Readonly</code><<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>
|
<p>React.Component.props</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="refs">refs<a class="headerlink" href="#refs" title="Permanent link">#</a></h3>
|
<h3 id="refs">refs<a class="headerlink" href="#refs" title="Permanent link">#</a></h3>
|
||||||
@ -1111,12 +1126,12 @@ Should be used with type annotation or static contextType.</p>
|
|||||||
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</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>
|
<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>
|
<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>
|
<p>React.Component.refs</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="state">state<a class="headerlink" href="#state" title="Permanent link">#</a></h3>
|
<h3 id="state">state<a class="headerlink" href="#state" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>state</strong>: <code>Readonly</code><<code>Object</code>></p>
|
<p>• <strong>state</strong>: <code>Readonly</code><<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>
|
<p>React.Component.state</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="contexttype">contextType<a class="headerlink" href="#contexttype" title="Permanent link">#</a></h3>
|
<h3 id="contexttype">contextType<a class="headerlink" href="#contexttype" title="Permanent link">#</a></h3>
|
||||||
@ -1135,7 +1150,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
|
|||||||
<span class="p">}</span>
|
<span class="p">}</span>
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
<p><strong><code>see</code></strong> https://reactjs.org/docs/context.html#classcontexttype</p>
|
<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>
|
<p>React.Component.contextType</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="ismenuopen">isMenuOpen<a class="headerlink" href="#ismenuopen" title="Permanent link">#</a></h3>
|
<h3 id="ismenuopen">isMenuOpen<a class="headerlink" href="#ismenuopen" title="Permanent link">#</a></h3>
|
||||||
@ -1143,6 +1158,52 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="ismultiselection">isMultiSelection<a class="headerlink" href="#ismultiselection" title="Permanent link">#</a></h3>
|
<h3 id="ismultiselection">isMultiSelection<a class="headerlink" href="#ismultiselection" title="Permanent link">#</a></h3>
|
||||||
<p>▪ <code>Static</code> <strong>isMultiSelection</strong>: <code>IObservableValue</code><boolean></p>
|
<p>▪ <code>Static</code> <strong>isMultiSelection</strong>: <code>IObservableValue</code><boolean></p>
|
||||||
|
<h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2>
|
||||||
|
<h3 id="ismenuopen_1">isMenuOpen<a class="headerlink" href="#ismenuopen_1" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>get</code> <strong>isMenuOpen</strong>(): <code>boolean</code></p>
|
||||||
|
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<p>• <code>set</code> <strong>isMenuOpen</strong>(<code>val</code>): <code>void</code></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>val</code></td>
|
||||||
|
<td align="left"><code>boolean</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="ismultiselection_1">isMultiSelection<a class="headerlink" href="#ismultiselection_1" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>get</code> <strong>isMultiSelection</strong>(): <code>boolean</code></p>
|
||||||
|
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<p>• <code>set</code> <strong>isMultiSelection</strong>(<code>val</code>): <code>void</code></p>
|
||||||
|
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" 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>val</code></td>
|
||||||
|
<td align="left"><code>boolean</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>void</code></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<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>
|
<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>
|
<p>▸ <code>Optional</code> <strong>UNSAFE_componentWillMount</strong>(): <code>void</code></p>
|
||||||
@ -1154,9 +1215,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>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#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>
|
<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_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<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>
|
<p>React.Component.UNSAFE_componentWillMount</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="unsafe_componentwillreceiveprops">UNSAFE_componentWillReceiveProps<a class="headerlink" href="#unsafe_componentwillreceiveprops" title="Permanent link">#</a></h3>
|
<h3 id="unsafe_componentwillreceiveprops">UNSAFE_componentWillReceiveProps<a class="headerlink" href="#unsafe_componentwillreceiveprops" title="Permanent link">#</a></h3>
|
||||||
@ -1171,7 +1232,7 @@ prevents this from being invoked.</p>
|
|||||||
<p><strong><code>deprecated</code></strong> 16.3, use static getDerivedStateFromProps instead</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#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>
|
<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_3">Parameters<a class="headerlink" href="#parameters_3" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1190,9 +1251,9 @@ prevents this from being invoked.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" 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>
|
<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>
|
<p>React.Component.UNSAFE_componentWillReceiveProps</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="unsafe_componentwillupdate">UNSAFE_componentWillUpdate<a class="headerlink" href="#unsafe_componentwillupdate" title="Permanent link">#</a></h3>
|
<h3 id="unsafe_componentwillupdate">UNSAFE_componentWillUpdate<a class="headerlink" href="#unsafe_componentwillupdate" title="Permanent link">#</a></h3>
|
||||||
@ -1205,7 +1266,7 @@ prevents this from being invoked.</p>
|
|||||||
<p><strong><code>deprecated</code></strong> 16.3, use getSnapshotBeforeUpdate instead</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#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>
|
<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_4">Parameters<a class="headerlink" href="#parameters_4" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1228,16 +1289,16 @@ prevents this from being invoked.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" 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>
|
<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>
|
<p>React.Component.UNSAFE_componentWillUpdate</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentdidcatch">componentDidCatch<a class="headerlink" href="#componentdidcatch" title="Permanent link">#</a></h3>
|
<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>▸ <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
|
<p>Catches exceptions generated in descendant components. Unhandled exceptions will cause
|
||||||
the entire component tree to unmount.</p>
|
the entire component tree to unmount.</p>
|
||||||
<h4 id="parameters_4">Parameters<a class="headerlink" href="#parameters_4" title="Permanent link">#</a></h4>
|
<h4 id="parameters_5">Parameters<a class="headerlink" href="#parameters_5" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1256,24 +1317,23 @@ the entire component tree to unmount.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" 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>
|
<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>
|
<p>React.Component.componentDidCatch</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentdidmount">componentDidMount<a class="headerlink" href="#componentdidmount" title="Permanent link">#</a></h3>
|
<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>▸ <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_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
<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="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.componentDidMount</p>
|
<p>React.Component.componentDidMount</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentdidupdate">componentDidUpdate<a class="headerlink" href="#componentdidupdate" title="Permanent link">#</a></h3>
|
<h3 id="componentdidupdate">componentDidUpdate<a class="headerlink" href="#componentdidupdate" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>componentDidUpdate</strong>(<code>prevProps</code>, <code>prevState</code>, <code>snapshot?</code>): <code>void</code></p>
|
<p>▸ <code>Optional</code> <strong>componentDidUpdate</strong>(<code>prevProps</code>, <code>prevState</code>, <code>snapshot?</code>): <code>void</code></p>
|
||||||
<p>Called immediately after updating occurs. Not called for the initial render.</p>
|
<p>Called immediately after updating occurs. Not called for the initial render.</p>
|
||||||
<p>The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.</p>
|
<p>The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.</p>
|
||||||
<h4 id="parameters_5">Parameters<a class="headerlink" href="#parameters_5" title="Permanent link">#</a></h4>
|
<h4 id="parameters_6">Parameters<a class="headerlink" href="#parameters_6" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1296,9 +1356,9 @@ the entire component tree to unmount.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" 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>
|
<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_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.componentDidUpdate</p>
|
<p>React.Component.componentDidUpdate</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentwillmount">componentWillMount<a class="headerlink" href="#componentwillmount" title="Permanent link">#</a></h3>
|
<h3 id="componentwillmount">componentWillMount<a class="headerlink" href="#componentwillmount" title="Permanent link">#</a></h3>
|
||||||
@ -1310,9 +1370,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>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#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>
|
<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_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<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_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.componentWillMount</p>
|
<p>React.Component.componentWillMount</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentwillreceiveprops">componentWillReceiveProps<a class="headerlink" href="#componentwillreceiveprops" title="Permanent link">#</a></h3>
|
<h3 id="componentwillreceiveprops">componentWillReceiveProps<a class="headerlink" href="#componentwillreceiveprops" title="Permanent link">#</a></h3>
|
||||||
@ -1326,7 +1386,7 @@ prevents this from being invoked.</p>
|
|||||||
<p><strong><code>deprecated</code></strong> 16.3, use static getDerivedStateFromProps instead; will stop working in React 17</p>
|
<p><strong><code>deprecated</code></strong> 16.3, use static getDerivedStateFromProps 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#updating-state-based-on-props</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>
|
<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_6">Parameters<a class="headerlink" href="#parameters_6" title="Permanent link">#</a></h4>
|
<h4 id="parameters_7">Parameters<a class="headerlink" href="#parameters_7" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1345,18 +1405,18 @@ prevents this from being invoked.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" 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>
|
<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_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.componentWillReceiveProps</p>
|
<p>React.Component.componentWillReceiveProps</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentwillunmount">componentWillUnmount<a class="headerlink" href="#componentwillunmount" title="Permanent link">#</a></h3>
|
<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>▸ <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
|
<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>
|
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_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.componentWillUnmount</p>
|
<p>React.Component.componentWillUnmount</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="componentwillupdate">componentWillUpdate<a class="headerlink" href="#componentwillupdate" title="Permanent link">#</a></h3>
|
<h3 id="componentwillupdate">componentWillUpdate<a class="headerlink" href="#componentwillupdate" title="Permanent link">#</a></h3>
|
||||||
@ -1368,7 +1428,7 @@ prevents this from being invoked.</p>
|
|||||||
<p><strong><code>deprecated</code></strong> 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17</p>
|
<p><strong><code>deprecated</code></strong> 16.3, use getSnapshotBeforeUpdate 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#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#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>
|
<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_7">Parameters<a class="headerlink" href="#parameters_7" title="Permanent link">#</a></h4>
|
<h4 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1391,14 +1451,14 @@ prevents this from being invoked.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<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_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.componentWillUpdate</p>
|
<p>React.Component.componentWillUpdate</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="forceupdate">forceUpdate<a class="headerlink" href="#forceupdate" title="Permanent link">#</a></h3>
|
<h3 id="forceupdate">forceUpdate<a class="headerlink" href="#forceupdate" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>forceUpdate</strong>(<code>callback?</code>): <code>void</code></p>
|
<p>▸ <strong>forceUpdate</strong>(<code>callback?</code>): <code>void</code></p>
|
||||||
<h4 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h4>
|
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1413,14 +1473,14 @@ prevents this from being invoked.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<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_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.forceUpdate</p>
|
<p>React.Component.forceUpdate</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="formatoptionlabel">formatOptionLabel<a class="headerlink" href="#formatoptionlabel" title="Permanent link">#</a></h3>
|
<h3 id="formatoptionlabel">formatOptionLabel<a class="headerlink" href="#formatoptionlabel" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>formatOptionLabel</strong>(<code>__namedParameters</code>): <code>ReactNode</code></p>
|
<p>▸ <strong>formatOptionLabel</strong>(<code>__namedParameters</code>): <code>ReactNode</code></p>
|
||||||
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h4>
|
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1435,7 +1495,7 @@ prevents this from being invoked.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
|
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
|
||||||
<p><code>ReactNode</code></p>
|
<p><code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="getsnapshotbeforeupdate">getSnapshotBeforeUpdate<a class="headerlink" href="#getsnapshotbeforeupdate" title="Permanent link">#</a></h3>
|
<h3 id="getsnapshotbeforeupdate">getSnapshotBeforeUpdate<a class="headerlink" href="#getsnapshotbeforeupdate" title="Permanent link">#</a></h3>
|
||||||
@ -1445,7 +1505,7 @@ returns an object to be given to componentDidUpdate. Useful for saving
|
|||||||
things such as scroll position before <code>render</code> causes changes to it.</p>
|
things such as scroll position before <code>render</code> causes changes to it.</p>
|
||||||
<p>Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
|
<p>Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
|
||||||
lifecycle events from running.</p>
|
lifecycle events from running.</p>
|
||||||
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
|
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1464,14 +1524,14 @@ lifecycle events from running.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
|
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
|
||||||
<p><code>any</code></p>
|
<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_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.getSnapshotBeforeUpdate</p>
|
<p>React.Component.getSnapshotBeforeUpdate</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onChange</strong>(<code>__namedParameters</code>): <code>void</code></p>
|
<p>▸ <strong>onChange</strong>(<code>__namedParameters</code>): <code>void</code></p>
|
||||||
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
|
<h4 id="parameters_12">Parameters<a class="headerlink" href="#parameters_12" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1486,36 +1546,16 @@ lifecycle events from running.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
|
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onClick</strong>(): <code>void</code></p>
|
<p>▸ <strong>onClick</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
|
<h4 id="returns_18">Returns<a class="headerlink" href="#returns_18" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onKeyDown</strong>(<code>e</code>): <code>void</code></p>
|
<p>▸ <strong>onKeyDown</strong>(<code>e</code>): <code>void</code></p>
|
||||||
<h4 id="parameters_12">Parameters<a class="headerlink" href="#parameters_12" 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>e</code></td>
|
|
||||||
<td align="left"><code>KeyboardEvent</code><any></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onkeyup">onKeyUp<a class="headerlink" href="#onkeyup" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <strong>onKeyUp</strong>(<code>e</code>): <code>void</code></p>
|
|
||||||
<h4 id="parameters_13">Parameters<a class="headerlink" href="#parameters_13" title="Permanent link">#</a></h4>
|
<h4 id="parameters_13">Parameters<a class="headerlink" href="#parameters_13" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -1527,23 +1567,43 @@ lifecycle events from running.</p>
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>e</code></td>
|
<td align="left"><code>e</code></td>
|
||||||
<td align="left"><code>KeyboardEvent</code><any></td>
|
<td align="left"><code>KeyboardEvent</code><Element></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
|
<h4 id="returns_19">Returns<a class="headerlink" href="#returns_19" title="Permanent link">#</a></h4>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="onkeyup">onKeyUp<a class="headerlink" href="#onkeyup" title="Permanent link">#</a></h3>
|
||||||
|
<p>▸ <strong>onKeyUp</strong>(<code>e</code>): <code>void</code></p>
|
||||||
|
<h4 id="parameters_14">Parameters<a class="headerlink" href="#parameters_14" 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>e</code></td>
|
||||||
|
<td align="left"><code>KeyboardEvent</code><Element></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h4 id="returns_20">Returns<a class="headerlink" href="#returns_20" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="render">render<a class="headerlink" href="#render" title="Permanent link">#</a></h3>
|
<h3 id="render">render<a class="headerlink" href="#render" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>render</strong>(): <code>Element</code></p>
|
<p>▸ <strong>render</strong>(): <code>Element</code></p>
|
||||||
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
|
<h4 id="returns_21">Returns<a class="headerlink" href="#returns_21" title="Permanent link">#</a></h4>
|
||||||
<p><code>Element</code></p>
|
<p><code>Element</code></p>
|
||||||
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.render</p>
|
<p>React.Component.render</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>reset</strong>(): <code>void</code></p>
|
<p>▸ <strong>reset</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_18">Returns<a class="headerlink" href="#returns_18" title="Permanent link">#</a></h4>
|
<h4 id="returns_22">Returns<a class="headerlink" href="#returns_22" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
|
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
|
||||||
@ -1563,7 +1623,7 @@ lifecycle events from running.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="parameters_14">Parameters<a class="headerlink" href="#parameters_14" title="Permanent link">#</a></h4>
|
<h4 id="parameters_15">Parameters<a class="headerlink" href="#parameters_15" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1582,9 +1642,9 @@ lifecycle events from running.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_19">Returns<a class="headerlink" href="#returns_19" title="Permanent link">#</a></h4>
|
<h4 id="returns_23">Returns<a class="headerlink" href="#returns_23" title="Permanent link">#</a></h4>
|
||||||
<p><code>void</code></p>
|
<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_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.setState</p>
|
<p>React.Component.setState</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="shouldcomponentupdate">shouldComponentUpdate<a class="headerlink" href="#shouldcomponentupdate" title="Permanent link">#</a></h3>
|
<h3 id="shouldcomponentupdate">shouldComponentUpdate<a class="headerlink" href="#shouldcomponentupdate" title="Permanent link">#</a></h3>
|
||||||
@ -1595,7 +1655,7 @@ lifecycle events from running.</p>
|
|||||||
props or states have changed.</p>
|
props or states have changed.</p>
|
||||||
<p>If false is returned, <code>Component#render</code>, <code>componentWillUpdate</code>
|
<p>If false is returned, <code>Component#render</code>, <code>componentWillUpdate</code>
|
||||||
and <code>componentDidUpdate</code> will not be called.</p>
|
and <code>componentDidUpdate</code> will not be called.</p>
|
||||||
<h4 id="parameters_15">Parameters<a class="headerlink" href="#parameters_15" title="Permanent link">#</a></h4>
|
<h4 id="parameters_16">Parameters<a class="headerlink" href="#parameters_16" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1618,9 +1678,9 @@ and <code>componentDidUpdate</code> will not be called.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_20">Returns<a class="headerlink" href="#returns_20" title="Permanent link">#</a></h4>
|
<h4 id="returns_24">Returns<a class="headerlink" href="#returns_24" title="Permanent link">#</a></h4>
|
||||||
<p><code>boolean</code></p>
|
<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_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||||
<p>React.Component.shouldComponentUpdate</p>
|
<p>React.Component.shouldComponentUpdate</p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -904,7 +904,7 @@
|
|||||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
<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>
|
<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>
|
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||||
<p>IpcRegistrar.__@IpcPrefix@41910</p>
|
<p>IpcRegistrar.__@IpcPrefix@41940</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
<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>
|
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>
|
||||||
|
|||||||
@ -1103,7 +1103,7 @@
|
|||||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
<p>• <strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
|
||||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" 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>LensExtension.__@Disposers@25557</p>
|
<p>LensExtension.__@Disposers@25565</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
|
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>appPreferences</strong>: <a href="../../interfaces/common.types.apppreferenceregistration/">AppPreferenceRegistration</a>[] = []</p>
|
<p>• <strong>appPreferences</strong>: <a href="../../interfaces/common.types.apppreferenceregistration/">AppPreferenceRegistration</a>[] = []</p>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user