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

Deployed 48e278c71b to master with MkDocs 1.2.1 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-06-21 08:03:54 +00:00
parent 18bf3f4ee0
commit 23a442e8d6
11 changed files with 1950 additions and 344 deletions

View File

@ -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@40690</p> <p>IpcRegistrar.__@IpcPrefix@40691</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>

View File

@ -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@24342</p> <p>LensExtension.__@Disposers@24343</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>

View File

@ -961,9 +961,11 @@
<h1 id="class-pagelayout">Class: PageLayout<a class="headerlink" href="#class-pagelayout" title="Permanent link">#</a></h1> <h1 id="class-pagelayout">Class: PageLayout<a class="headerlink" href="#class-pagelayout" title="Permanent link">#</a></h1>
<p><a href="../../modules/renderer/">Renderer</a>.<a href="../../modules/renderer.component/">Component</a>.PageLayout</p> <p><a href="../../modules/renderer/">Renderer</a>.<a href="../../modules/renderer.component/">Component</a>.PageLayout</p>
<p>PageLayout is deprecated. See MainLayout &amp; SettingLayout</p>
<p><strong><code>deprecated</code></strong></p>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2> <h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul> <ul>
<li><code>Component</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></li> <li><a href="../renderer.component.settinglayout/">SettingLayout</a></li>
</ul> </ul>
<p><strong>PageLayout</strong></p> <p><strong>PageLayout</strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2> <h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
@ -1014,12 +1016,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.pagelayoutprops/">PageLayoutProps</a> | <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a> | <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<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>React.Component&lt;PageLayoutProps>.constructor</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#constructor">constructor</a></p>
<p><strong>new PageLayout</strong>(<code>props</code>, <code>context</code>)</p> <p><strong>new PageLayout</strong>(<code>props</code>, <code>context</code>)</p>
<p><strong><code>deprecated</code></strong></p> <p><strong><code>deprecated</code></strong></p>
<p><strong><code>see</code></strong> https://reactjs.org/docs/legacy-context.html</p> <p><strong><code>see</code></strong> https://reactjs.org/docs/legacy-context.html</p>
@ -1034,7 +1036,7 @@
<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.pagelayoutprops/">PageLayoutProps</a></td> <td align="left"><a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>context</code></td> <td align="left"><code>context</code></td>
@ -1043,7 +1045,7 @@
</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="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>React.Component&lt;PageLayoutProps>.constructor</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#constructor">constructor</a></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>
@ -1058,12 +1060,12 @@ Should be used with type annotation or static contextType.</p>
</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_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>React.Component.context</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#context">context</a></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>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>> &amp; <code>Readonly</code>&lt;<code>Object</code>></p> <p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</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_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<p>React.Component.props</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#props">props</a></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>
<p><strong>refs</strong>: <code>Object</code></p> <p><strong>refs</strong>: <code>Object</code></p>
@ -1072,12 +1074,12 @@ 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_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
<p>React.Component.refs</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#refs">refs</a></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>&lt;<code>Object</code>></p> <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_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<p>React.Component.state</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#state">state</a></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>
<p><code>Static</code> <code>Optional</code> <strong>contextType</strong>: <code>Context</code>&lt;any></p> <p><code>Static</code> <code>Optional</code> <strong>contextType</strong>: <code>Context</code>&lt;any></p>
@ -1096,10 +1098,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
</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_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
<p>React.Component.contextType</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#contexttype">contextType</a></p>
<hr /> <hr />
<h3 id="defaultprops">defaultProps<a class="headerlink" href="#defaultprops" title="Permanent link">#</a></h3> <h3 id="defaultprops">defaultProps<a class="headerlink" href="#defaultprops" title="Permanent link">#</a></h3>
<p><code>Static</code> <strong>defaultProps</strong>: <code>object</code></p> <p><code>Static</code> <strong>defaultProps</strong>: <code>object</code></p>
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
<p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#defaultprops">defaultProps</a></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>
@ -1113,8 +1117,8 @@ prevents this from being invoked.</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">Returns<a class="headerlink" href="#returns" 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_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillMount</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#unsafe_componentwillmount">UNSAFE_componentWillMount</a></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>
<p><code>Optional</code> <strong>UNSAFE_componentWillReceiveProps</strong>(<code>nextProps</code>, <code>nextContext</code>): <code>void</code></p> <p><code>Optional</code> <strong>UNSAFE_componentWillReceiveProps</strong>(<code>nextProps</code>, <code>nextContext</code>): <code>void</code></p>
@ -1139,7 +1143,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextContext</code></td> <td align="left"><code>nextContext</code></td>
@ -1149,8 +1153,8 @@ prevents this from being invoked.</p>
</table> </table>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" 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> <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_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillReceiveProps</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#unsafe_componentwillreceiveprops">UNSAFE_componentWillReceiveProps</a></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>
<p><code>Optional</code> <strong>UNSAFE_componentWillUpdate</strong>(<code>nextProps</code>, <code>nextState</code>, <code>nextContext</code>): <code>void</code></p> <p><code>Optional</code> <strong>UNSAFE_componentWillUpdate</strong>(<code>nextProps</code>, <code>nextState</code>, <code>nextContext</code>): <code>void</code></p>
@ -1173,7 +1177,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1187,8 +1191,8 @@ prevents this from being invoked.</p>
</table> </table>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" 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> <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_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillUpdate</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#unsafe_componentwillupdate">UNSAFE_componentWillUpdate</a></p>
<hr /> <hr />
<h3 id="back">back<a class="headerlink" href="#back" title="Permanent link">#</a></h3> <h3 id="back">back<a class="headerlink" href="#back" title="Permanent link">#</a></h3>
<p><strong>back</strong>(<code>evt?</code>): <code>void</code></p> <p><strong>back</strong>(<code>evt?</code>): <code>void</code></p>
@ -1209,6 +1213,8 @@ prevents this from being invoked.</p>
</table> </table>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" 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> <p><code>void</code></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#back">back</a></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>
@ -1235,15 +1241,15 @@ the entire component tree to unmount.</p>
</table> </table>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" 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_10">Inherited from<a class="headerlink" href="#inherited-from_10" 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.componentDidCatch</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentdidcatch">componentDidCatch</a></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><strong>componentDidMount</strong>(): <code>Promise</code>&lt;void></p> <p><strong>componentDidMount</strong>(): <code>Promise</code>&lt;void></p>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4> <h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p><code>Promise</code>&lt;void></p> <p><code>Promise</code>&lt;void></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" 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.componentDidMount</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentdidmount">componentDidMount</a></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>
@ -1260,7 +1266,7 @@ the entire component tree to unmount.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>prevProps</code></td> <td align="left"><code>prevProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>prevState</code></td> <td align="left"><code>prevState</code></td>
@ -1274,8 +1280,8 @@ the entire component tree to unmount.</p>
</table> </table>
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" 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_11">Inherited from<a class="headerlink" href="#inherited-from_11" 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.componentDidUpdate</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentdidupdate">componentDidUpdate</a></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>
<p><code>Optional</code> <strong>componentWillMount</strong>(): <code>void</code></p> <p><code>Optional</code> <strong>componentWillMount</strong>(): <code>void</code></p>
@ -1288,8 +1294,8 @@ prevents this from being invoked.</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_7">Returns<a class="headerlink" href="#returns_7" 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_12">Inherited from<a class="headerlink" href="#inherited-from_12" 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.componentWillMount</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentwillmount">componentWillMount</a></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>
<p><code>Optional</code> <strong>componentWillReceiveProps</strong>(<code>nextProps</code>, <code>nextContext</code>): <code>void</code></p> <p><code>Optional</code> <strong>componentWillReceiveProps</strong>(<code>nextProps</code>, <code>nextContext</code>): <code>void</code></p>
@ -1313,7 +1319,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextContext</code></td> <td align="left"><code>nextContext</code></td>
@ -1323,15 +1329,15 @@ prevents this from being invoked.</p>
</table> </table>
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" 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> <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_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p>React.Component.componentWillReceiveProps</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentwillreceiveprops">componentWillReceiveProps</a></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><strong>componentWillUnmount</strong>(): <code>void</code></p> <p><strong>componentWillUnmount</strong>(): <code>void</code></p>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" 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="overrides_1">Overrides<a class="headerlink" href="#overrides_1" 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.componentWillUnmount</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentwillunmount">componentWillUnmount</a></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>
<p><code>Optional</code> <strong>componentWillUpdate</strong>(<code>nextProps</code>, <code>nextState</code>, <code>nextContext</code>): <code>void</code></p> <p><code>Optional</code> <strong>componentWillUpdate</strong>(<code>nextProps</code>, <code>nextState</code>, <code>nextContext</code>): <code>void</code></p>
@ -1353,7 +1359,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1367,8 +1373,8 @@ prevents this from being invoked.</p>
</table> </table>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" 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_14">Inherited from<a class="headerlink" href="#inherited-from_14" 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.componentWillUpdate</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#componentwillupdate">componentWillUpdate</a></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>
@ -1389,8 +1395,8 @@ prevents this from being invoked.</p>
</table> </table>
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" 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_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4> <h4 id="inherited-from_19">Inherited from<a class="headerlink" href="#inherited-from_19" title="Permanent link">#</a></h4>
<p>React.Component.forceUpdate</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#forceupdate">forceUpdate</a></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>
<p><code>Optional</code> <strong>getSnapshotBeforeUpdate</strong>(<code>prevProps</code>, <code>prevState</code>): <code>any</code></p> <p><code>Optional</code> <strong>getSnapshotBeforeUpdate</strong>(<code>prevProps</code>, <code>prevState</code>): <code>any</code></p>
@ -1410,7 +1416,7 @@ lifecycle events from running.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>prevProps</code></td> <td align="left"><code>prevProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>prevState</code></td> <td align="left"><code>prevState</code></td>
@ -1420,8 +1426,8 @@ lifecycle events from running.</p>
</table> </table>
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4> <h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
<p><code>any</code></p> <p><code>any</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_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p>React.Component.getSnapshotBeforeUpdate</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></p>
<hr /> <hr />
<h3 id="onescapekey">onEscapeKey<a class="headerlink" href="#onescapekey" title="Permanent link">#</a></h3> <h3 id="onescapekey">onEscapeKey<a class="headerlink" href="#onescapekey" title="Permanent link">#</a></h3>
<p><strong>onEscapeKey</strong>(<code>evt</code>): <code>void</code></p> <p><strong>onEscapeKey</strong>(<code>evt</code>): <code>void</code></p>
@ -1442,13 +1448,15 @@ lifecycle events from running.</p>
</table> </table>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" 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_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>
<p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#onescapekey">onEscapeKey</a></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_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4> <h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<p><code>Element</code></p> <p><code>Element</code></p>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4> <h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
<p>React.Component.render</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#render">render</a></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>
<p><strong>setState</strong>&lt;K>(<code>state</code>, <code>callback?</code>): <code>void</code></p> <p><strong>setState</strong>&lt;K>(<code>state</code>, <code>callback?</code>): <code>void</code></p>
@ -1478,7 +1486,7 @@ lifecycle events from running.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>state</code></td> <td align="left"><code>state</code></td>
<td align="left">{} | (<code>prevState</code>: <code>Readonly</code>&lt;<code>Object</code>>, <code>props</code>: <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>>) =&gt; {} | <code>Pick</code>&lt;<code>Object</code>, K> | <code>Pick</code>&lt;<code>Object</code>, K></td> <td align="left">{} | (<code>prevState</code>: <code>Readonly</code>&lt;<code>Object</code>>, <code>props</code>: <code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>>) =&gt; {} | <code>Pick</code>&lt;<code>Object</code>, K> | <code>Pick</code>&lt;<code>Object</code>, K></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>callback?</code></td> <td align="left"><code>callback?</code></td>
@ -1488,8 +1496,8 @@ lifecycle events from running.</p>
</table> </table>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4> <h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" 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_23">Inherited from<a class="headerlink" href="#inherited-from_23" title="Permanent link">#</a></h4>
<p>React.Component.setState</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#setstate">setState</a></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>
<p><code>Optional</code> <strong>shouldComponentUpdate</strong>(<code>nextProps</code>, <code>nextState</code>, <code>nextContext</code>): <code>boolean</code></p> <p><code>Optional</code> <strong>shouldComponentUpdate</strong>(<code>nextProps</code>, <code>nextState</code>, <code>nextContext</code>): <code>boolean</code></p>
@ -1510,7 +1518,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1524,8 +1532,8 @@ and <code>componentDidUpdate</code> will not be called.</p>
</table> </table>
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4> <h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<p><code>boolean</code></p> <p><code>boolean</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_24">Inherited from<a class="headerlink" href="#inherited-from_24" title="Permanent link">#</a></h4>
<p>React.Component.shouldComponentUpdate</p> <p><a href="../renderer.component.settinglayout/">SettingLayout</a>.<a href="../renderer.component.settinglayout/#shouldcomponentupdate">shouldComponentUpdate</a></p>

File diff suppressed because it is too large Load Diff

View File

@ -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@40690</p> <p>IpcRegistrar.__@IpcPrefix@40691</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>

View File

@ -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@24342</p> <p>LensExtension.__@Disposers@24343</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>

View File

@ -13,7 +13,7 @@
<meta name="author" content="Mirantis, Inc."> <meta name="author" content="Mirantis, Inc.">
<link rel="canonical" href="https://api-docs.k8slens.dev/master/extensions/api/interfaces/renderer.component.pagelayoutprops/"> <link rel="canonical" href="https://api-docs.k8slens.dev/master/extensions/api/interfaces/renderer.component.settinglayoutprops/">
@ -23,7 +23,7 @@
<title>Interface: PageLayoutProps - Lens Extension Development</title> <title>Interface: SettingLayoutProps - Lens Extension Development</title>
@ -88,7 +88,7 @@
<div data-md-component="skip"> <div data-md-component="skip">
<a href="#interface-pagelayoutprops" class="md-skip"> <a href="#interface-settinglayoutprops" class="md-skip">
Skip to content Skip to content
</a> </a>
@ -126,7 +126,7 @@
<div class="md-header__topic" data-md-component="header-topic"> <div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis"> <span class="md-ellipsis">
Interface: PageLayoutProps Interface: SettingLayoutProps
</span> </span>
</div> </div>
@ -1906,13 +1906,6 @@
provideBackButtonNavigation provideBackButtonNavigation
</a> </a>
</li>
<li class="md-nav__item">
<a href="#showontop" class="md-nav__link">
showOnTop
</a>
</li> </li>
</ul> </ul>
@ -1934,13 +1927,13 @@
<h1 id="interface-pagelayoutprops">Interface: PageLayoutProps<a class="headerlink" href="#interface-pagelayoutprops" title="Permanent link">#</a></h1> <h1 id="interface-settinglayoutprops">Interface: SettingLayoutProps<a class="headerlink" href="#interface-settinglayoutprops" title="Permanent link">#</a></h1>
<p><a href="../../modules/renderer/">Renderer</a>.<a href="../../modules/renderer.component/">Component</a>.PageLayoutProps</p> <p><a href="../../modules/renderer/">Renderer</a>.<a href="../../modules/renderer.component/">Component</a>.SettingLayoutProps</p>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2> <h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul> <ul>
<li><code>DOMAttributes</code>&lt;any></li> <li><code>DOMAttributes</code>&lt;any></li>
</ul> </ul>
<p><strong>PageLayoutProps</strong></p> <p><strong>SettingLayoutProps</strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2> <h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3> <h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul> <ul>
@ -2112,7 +2105,6 @@
<li><a href="./#onwheel">onWheel</a></li> <li><a href="./#onwheel">onWheel</a></li>
<li><a href="./#onwheelcapture">onWheelCapture</a></li> <li><a href="./#onwheelcapture">onWheelCapture</a></li>
<li><a href="./#providebackbuttonnavigation">provideBackButtonNavigation</a></li> <li><a href="./#providebackbuttonnavigation">provideBackButtonNavigation</a></li>
<li><a href="./#showontop">showOnTop</a></li>
</ul> </ul>
<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="back">back<a class="headerlink" href="#back" title="Permanent link">#</a></h3> <h3 id="back">back<a class="headerlink" href="#back" title="Permanent link">#</a></h3>
@ -2976,9 +2968,6 @@
<hr /> <hr />
<h3 id="providebackbuttonnavigation">provideBackButtonNavigation<a class="headerlink" href="#providebackbuttonnavigation" title="Permanent link">#</a></h3> <h3 id="providebackbuttonnavigation">provideBackButtonNavigation<a class="headerlink" href="#providebackbuttonnavigation" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>provideBackButtonNavigation</strong>: <code>boolean</code></p> <p><code>Optional</code> <strong>provideBackButtonNavigation</strong>: <code>boolean</code></p>
<hr />
<h3 id="showontop">showOnTop<a class="headerlink" href="#showontop" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>showOnTop</strong>: <code>boolean</code></p>

View File

@ -1087,6 +1087,7 @@
<li><a href="../../classes/renderer.component.radiogroup/">RadioGroup</a></li> <li><a href="../../classes/renderer.component.radiogroup/">RadioGroup</a></li>
<li><a href="../../classes/renderer.component.searchinput/">SearchInput</a></li> <li><a href="../../classes/renderer.component.searchinput/">SearchInput</a></li>
<li><a href="../../classes/renderer.component.select/">Select</a></li> <li><a href="../../classes/renderer.component.select/">Select</a></li>
<li><a href="../../classes/renderer.component.settinglayout/">SettingLayout</a></li>
<li><a href="../../classes/renderer.component.slider/">Slider</a></li> <li><a href="../../classes/renderer.component.slider/">Slider</a></li>
<li><a href="../../classes/renderer.component.spinner/">Spinner</a></li> <li><a href="../../classes/renderer.component.spinner/">Spinner</a></li>
<li><a href="../../classes/renderer.component.statusbrick/">StatusBrick</a></li> <li><a href="../../classes/renderer.component.statusbrick/">StatusBrick</a></li>
@ -1132,10 +1133,10 @@
<li><a href="../../interfaces/renderer.component.menuposition/">MenuPosition</a></li> <li><a href="../../interfaces/renderer.component.menuposition/">MenuPosition</a></li>
<li><a href="../../interfaces/renderer.component.menuprops/">MenuProps</a></li> <li><a href="../../interfaces/renderer.component.menuprops/">MenuProps</a></li>
<li><a href="../../interfaces/renderer.component.notification/">Notification</a></li> <li><a href="../../interfaces/renderer.component.notification/">Notification</a></li>
<li><a href="../../interfaces/renderer.component.pagelayoutprops/">PageLayoutProps</a></li>
<li><a href="../../interfaces/renderer.component.radiogroupprops/">RadioGroupProps</a></li> <li><a href="../../interfaces/renderer.component.radiogroupprops/">RadioGroupProps</a></li>
<li><a href="../../interfaces/renderer.component.selectoption/">SelectOption</a></li> <li><a href="../../interfaces/renderer.component.selectoption/">SelectOption</a></li>
<li><a href="../../interfaces/renderer.component.selectprops/">SelectProps</a></li> <li><a href="../../interfaces/renderer.component.selectprops/">SelectProps</a></li>
<li><a href="../../interfaces/renderer.component.settinglayoutprops/">SettingLayoutProps</a></li>
<li><a href="../../interfaces/renderer.component.sliderprops/">SliderProps</a></li> <li><a href="../../interfaces/renderer.component.sliderprops/">SliderProps</a></li>
<li><a href="../../interfaces/renderer.component.spinnerprops/">SpinnerProps</a></li> <li><a href="../../interfaces/renderer.component.spinnerprops/">SpinnerProps</a></li>
<li><a href="../../interfaces/renderer.component.statusbrickprops/">StatusBrickProps</a></li> <li><a href="../../interfaces/renderer.component.statusbrickprops/">StatusBrickProps</a></li>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.