mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed c9418f6362 to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
63f23a6a47
commit
b58d892a1b
@ -918,7 +918,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@71915</p>
|
<p>IpcRegistrar.__@IpcPrefix@71917</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> <code>Readonly</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
<p>• <code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
||||||
|
|||||||
@ -918,7 +918,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@71915</p>
|
<p>IpcRegistrar.__@IpcPrefix@71917</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> <code>Readonly</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
<p>• <code>Protected</code> <code>Readonly</code> <strong>extension</strong>: <code>LensExtension</code><<code>LensExtensionDependencies</code>></p>
|
||||||
|
|||||||
@ -933,6 +933,13 @@
|
|||||||
renderTableHeader
|
renderTableHeader
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#resourcename" class="md-nav__link">
|
||||||
|
resourceName
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1076,6 +1083,7 @@
|
|||||||
<li><a href="./#renderitemmenu">renderItemMenu</a></li>
|
<li><a href="./#renderitemmenu">renderItemMenu</a></li>
|
||||||
<li><a href="./#rendertablecontents">renderTableContents</a></li>
|
<li><a href="./#rendertablecontents">renderTableContents</a></li>
|
||||||
<li><a href="./#rendertableheader">renderTableHeader</a></li>
|
<li><a href="./#rendertableheader">renderTableHeader</a></li>
|
||||||
|
<li><a href="./#resourcename">resourceName</a></li>
|
||||||
<li><a href="./#searchfilters">searchFilters</a></li>
|
<li><a href="./#searchfilters">searchFilters</a></li>
|
||||||
<li><a href="./#showheader">showHeader</a></li>
|
<li><a href="./#showheader">showHeader</a></li>
|
||||||
<li><a href="./#sortingcallbacks">sortingCallbacks</a></li>
|
<li><a href="./#sortingcallbacks">sortingCallbacks</a></li>
|
||||||
@ -1337,6 +1345,11 @@
|
|||||||
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" 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>Omit.renderTableHeader</p>
|
<p>Omit.renderTableHeader</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="resourcename">resourceName<a class="headerlink" href="#resourcename" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>resourceName</strong>: <code>string</code></p>
|
||||||
|
<p>Customize resource name for e.g. search input ("Search <ResourceName>..."")
|
||||||
|
If not provided, ResourceNames is used instead with a fallback to resource kind.</p>
|
||||||
|
<hr />
|
||||||
<h3 id="searchfilters">searchFilters<a class="headerlink" href="#searchfilters" title="Permanent link">#</a></h3>
|
<h3 id="searchfilters">searchFilters<a class="headerlink" href="#searchfilters" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>searchFilters</strong>: <code>SearchFilter</code><<code>K</code>>[]</p>
|
<p>• <code>Optional</code> <strong>searchFilters</strong>: <code>SearchFilter</code><<code>K</code>>[]</p>
|
||||||
<h4 id="inherited-from_23">Inherited from<a class="headerlink" href="#inherited-from_23" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_23">Inherited from<a class="headerlink" href="#inherited-from_23" title="Permanent link">#</a></h4>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user