mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed ae10c4d87a to master with MkDocs 1.2.3 and mike 1.1.2
This commit is contained in:
parent
5893f70252
commit
272bf390e2
@ -697,13 +697,6 @@
|
||||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#hierarchy" class="md-nav__link">
|
||||
Hierarchy
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#table-of-contents" class="md-nav__link">
|
||||
Table of contents
|
||||
@ -816,11 +809,6 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
||||
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
|
||||
<ul>
|
||||
<li><strong><code>Singleton</code></strong></li>
|
||||
</ul>
|
||||
<p>↳ <a href="../Renderer.Component.TerminalStore/"><code>TerminalStore</code></a></p>
|
||||
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
|
||||
<h3 id="constructors">Constructors<a class="headerlink" href="#constructors" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
|
||||
@ -904,7 +904,7 @@
|
||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
|
||||
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||
<p>IpcRegistrar.__@IpcPrefix@44918</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@45581</p>
|
||||
<hr />
|
||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>
|
||||
|
||||
@ -883,6 +883,13 @@
|
||||
<nav class="md-nav" aria-label="Methods">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#setlensextensiondependencies" class="md-nav__link">
|
||||
[setLensExtensionDependencies]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#addcatalogsource" class="md-nav__link">
|
||||
addCatalogSource
|
||||
@ -990,6 +997,7 @@
|
||||
</ul>
|
||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#[setlensextensiondependencies]">[setLensExtensionDependencies]</a></li>
|
||||
<li><a href="./#addcatalogsource">addCatalogSource</a></li>
|
||||
<li><a href="./#disable">disable</a></li>
|
||||
<li><a href="./#enable">enable</a></li>
|
||||
@ -1023,7 +1031,7 @@
|
||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||
<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>
|
||||
<p>LensExtension.__@Disposers@22036</p>
|
||||
<p>LensExtension.__@Disposers@21221</p>
|
||||
<hr />
|
||||
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>
|
||||
@ -1084,9 +1092,31 @@
|
||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.version</p>
|
||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="setlensextensiondependencies">[setLensExtensionDependencies]<a class="headerlink" href="#setlensextensiondependencies" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>[setLensExtensionDependencies]</strong>(<code>dependencies</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>dependencies</code></td>
|
||||
<td align="left"><code>LensExtensionDependencies</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||
<p><code>void</code></p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@21225</p>
|
||||
<hr />
|
||||
<h3 id="addcatalogsource">addCatalogSource<a class="headerlink" href="#addcatalogsource" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>addCatalogSource</strong>(<code>id</code>, <code>source</code>): <code>void</code></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1105,19 +1135,19 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" 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>
|
||||
<hr />
|
||||
<h3 id="disable">disable<a class="headerlink" href="#disable" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>disable</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.disable</p>
|
||||
<hr />
|
||||
<h3 id="enable">enable<a class="headerlink" href="#enable" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>enable</strong>(<code>register</code>): <code>Promise</code><<code>void</code>></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1132,9 +1162,9 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<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_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.enable</p>
|
||||
<hr />
|
||||
<h3 id="getextensionfilefolder">getExtensionFileFolder<a class="headerlink" href="#getextensionfilefolder" title="Permanent link">#</a></h3>
|
||||
@ -1143,14 +1173,14 @@
|
||||
folder is for the sole use of this extension.</p>
|
||||
<p>Note: there is no security done on this folder, only obfuscation of the
|
||||
folder name.</p>
|
||||
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>string</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_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.getExtensionFileFolder</p>
|
||||
<hr />
|
||||
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>navigate</strong>(<code>pageId?</code>, <code>params?</code>, <code>frameId?</code>): <code>Promise</code><<code>void</code>></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1173,26 +1203,26 @@ folder name.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>void</code>></p>
|
||||
<hr />
|
||||
<h3 id="onactivate">onActivate<a class="headerlink" href="#onactivate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>onActivate</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" 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> | <code>Promise</code><<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_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.onActivate</p>
|
||||
<hr />
|
||||
<h3 id="ondeactivate">onDeactivate<a class="headerlink" href="#ondeactivate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>onDeactivate</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" 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> | <code>Promise</code><<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_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.onDeactivate</p>
|
||||
<hr />
|
||||
<h3 id="removecatalogsource">removeCatalogSource<a class="headerlink" href="#removecatalogsource" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>removeCatalogSource</strong>(<code>id</code>): <code>void</code></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1207,7 +1237,7 @@ folder name.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" 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>
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -904,7 +904,7 @@
|
||||
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
|
||||
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
|
||||
<p>IpcRegistrar.__@IpcPrefix@44918</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@45581</p>
|
||||
<hr />
|
||||
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>
|
||||
|
||||
@ -1469,7 +1469,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>K</code>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1493,12 +1493,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<code>K</code>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>K</code>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1446,7 +1446,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1470,12 +1470,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.CustomResourceDefinition/"><code>CustomResourceDefinition</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.ConfigMap/"><code>ConfigMap</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1425,7 +1425,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1449,12 +1449,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.CronJob/"><code>CronJob</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1425,7 +1425,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1449,12 +1449,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.DaemonSet/"><code>DaemonSet</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1425,7 +1425,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1449,12 +1449,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Deployment/"><code>Deployment</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Endpoint/"><code>Endpoint</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1435,7 +1435,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1459,12 +1459,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.KubeEvent/"><code>KubeEvent</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.HorizontalPodAutoscaler/"><code>HorizontalPodAutoscaler</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Ingress/"><code>Ingress</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1433,7 +1433,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1457,12 +1457,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Job/"><code>Job</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1450,7 +1450,7 @@
|
||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||
<p><code>Generator</code><<code>T</code>, <code>void</code>, <code>undefined</code>></p>
|
||||
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||
<p>ItemStore.__@iterator@2308</p>
|
||||
<p>ItemStore.__@iterator@545</p>
|
||||
<hr />
|
||||
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.LimitRange/"><code>LimitRange</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1401,7 +1401,22 @@
|
||||
</ul>
|
||||
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>new NamespaceStore</strong>()</p>
|
||||
<p>• <strong>new NamespaceStore</strong>(<code>dependencies</code>)</p>
|
||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>dependencies</code></td>
|
||||
<td align="left"><code>Dependencies</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#constructor">constructor</a></p>
|
||||
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||
@ -1537,7 +1552,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="bindwatcheventsupdater">bindWatchEventsUpdater<a class="headerlink" href="#bindwatcheventsupdater" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>bindWatchEventsUpdater</strong>(<code>delay?</code>): <code>void</code></p>
|
||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1561,7 +1576,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="clearselected">clearSelected<a class="headerlink" href="#clearselected" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>clearSelected</strong>(<code>namespaces?</code>): <code>void</code></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1580,8 +1595,8 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<p><code>void</code></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_3">Parameters<a class="headerlink" href="#parameters_3" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1604,18 +1619,18 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
<h3 id="createitem">createItem<a class="headerlink" href="#createitem" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>createItem</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1649,7 +1664,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="defaultsorting">defaultSorting<a class="headerlink" href="#defaultsorting" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>defaultSorting</strong>(<code>item</code>): <code>string</code></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1671,7 +1686,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="filteritemsonload">filterItemsOnLoad<a class="headerlink" href="#filteritemsonload" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>filterItemsOnLoad</strong>(<code>items</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]</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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1693,7 +1708,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getallbyns">getAllByNs<a class="headerlink" href="#getallbyns" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getAllByNs</strong>(<code>namespace</code>, <code>strict?</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]</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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1722,7 +1737,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getbyid">getById<a class="headerlink" href="#getbyid" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getById</strong>(<code>id</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1744,7 +1759,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getbylabel">getByLabel<a class="headerlink" href="#getbylabel" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getByLabel</strong>(<code>labels</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]</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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1766,7 +1781,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getbyname">getByName<a class="headerlink" href="#getbyname" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getByName</strong>(<code>name</code>, <code>namespace?</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1792,7 +1807,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getbypath">getByPath<a class="headerlink" href="#getbypath" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getByPath</strong>(<code>path</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1814,7 +1829,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getindexbyid">getIndexById<a class="headerlink" href="#getindexbyid" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getIndexById</strong>(<code>id</code>): <code>number</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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1843,7 +1858,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="getstatuses">getStatuses<a class="headerlink" href="#getstatuses" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Optional</code> <strong>getStatuses</strong>(<code>items</code>): <code>Record</code><<code>string</code>, <code>number</code>></p>
|
||||
<h4 id="parameters_12">Parameters<a class="headerlink" href="#parameters_12" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_13">Parameters<a class="headerlink" href="#parameters_13" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1873,7 +1888,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<h3 id="hascontext">hasContext<a class="headerlink" href="#hascontext" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>hasContext</strong>(<code>namespaces</code>): <code>boolean</code></p>
|
||||
<p>Checks if namespace names are selected for filtering</p>
|
||||
<h4 id="parameters_13">Parameters<a class="headerlink" href="#parameters_13" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_14">Parameters<a class="headerlink" href="#parameters_14" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1896,7 +1911,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="isselected">isSelected<a class="headerlink" href="#isselected" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>isSelected</strong>(<code>item</code>): <code>boolean</code></p>
|
||||
<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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1918,7 +1933,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="isselectedall">isSelectedAll<a class="headerlink" href="#isselectedall" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>isSelectedAll</strong>(<code>visibleItems?</code>): <code>boolean</code></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1940,7 +1955,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="load">load<a class="headerlink" href="#load" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>load</strong>(<code>params</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_16">Parameters<a class="headerlink" href="#parameters_16" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_17">Parameters<a class="headerlink" href="#parameters_17" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1970,7 +1985,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="loadall">loadAll<a class="headerlink" href="#loadall" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>loadAll</strong>(<code>__namedParameters?</code>): <code>Promise</code><<code>void</code> | <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]></p>
|
||||
<h4 id="parameters_17">Parameters<a class="headerlink" href="#parameters_17" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_18">Parameters<a class="headerlink" href="#parameters_18" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1992,7 +2007,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="loadfrompath">loadFromPath<a class="headerlink" href="#loadfrompath" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>loadFromPath</strong>(<code>resourcePath</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_18">Parameters<a class="headerlink" href="#parameters_18" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_19">Parameters<a class="headerlink" href="#parameters_19" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2014,7 +2029,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="loaditem">loadItem<a class="headerlink" href="#loaditem" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>loadItem</strong>(<code>params</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_19">Parameters<a class="headerlink" href="#parameters_19" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_20">Parameters<a class="headerlink" href="#parameters_20" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2044,7 +2059,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="loaditems">loadItems<a class="headerlink" href="#loaditems" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>loadItems</strong>(<code>params</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]></p>
|
||||
<h4 id="parameters_20">Parameters<a class="headerlink" href="#parameters_20" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_21">Parameters<a class="headerlink" href="#parameters_21" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2066,7 +2081,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="mergeitems">mergeItems<a class="headerlink" href="#mergeitems" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>mergeItems</strong>(<code>partialItems</code>, <code>__namedParameters?</code>): <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]</p>
|
||||
<h4 id="parameters_21">Parameters<a class="headerlink" href="#parameters_21" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_22">Parameters<a class="headerlink" href="#parameters_22" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2108,7 +2123,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="oncontextchange">onContextChange<a class="headerlink" href="#oncontextchange" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>onContextChange</strong>(<code>callback</code>, <code>opts?</code>): <code>IReactionDisposer</code></p>
|
||||
<h4 id="parameters_22">Parameters<a class="headerlink" href="#parameters_22" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_23">Parameters<a class="headerlink" href="#parameters_23" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2136,7 +2151,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="patch">patch<a class="headerlink" href="#patch" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>patch</strong>(<code>item</code>, <code>patch</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_23">Parameters<a class="headerlink" href="#parameters_23" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_24">Parameters<a class="headerlink" href="#parameters_24" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2162,7 +2177,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="reloadall">reloadAll<a class="headerlink" href="#reloadall" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>reloadAll</strong>(<code>opts?</code>): <code>Promise</code><<code>void</code> | <a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>[]></p>
|
||||
<h4 id="parameters_24">Parameters<a class="headerlink" href="#parameters_24" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_25">Parameters<a class="headerlink" href="#parameters_25" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2196,7 +2211,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="remove">remove<a class="headerlink" href="#remove" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>remove</strong>(<code>item</code>): <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="parameters_25">Parameters<a class="headerlink" href="#parameters_25" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_26">Parameters<a class="headerlink" href="#parameters_26" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2218,7 +2233,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="removeitem">removeItem<a class="headerlink" href="#removeitem" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>removeItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="parameters_26">Parameters<a class="headerlink" href="#parameters_26" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2258,7 +2273,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="resetonerror">resetOnError<a class="headerlink" href="#resetonerror" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>resetOnError</strong>(<code>error</code>): <code>void</code></p>
|
||||
<h4 id="parameters_27">Parameters<a class="headerlink" href="#parameters_27" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2287,7 +2302,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="select">select<a class="headerlink" href="#select" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>select</strong>(<code>item</code>): <code>void</code></p>
|
||||
<h4 id="parameters_28">Parameters<a class="headerlink" href="#parameters_28" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2316,7 +2331,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<hr />
|
||||
<h3 id="selectnamespaces">selectNamespaces<a class="headerlink" href="#selectnamespaces" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>selectNamespaces</strong>(<code>namespace</code>): <code>void</code></p>
|
||||
<h4 id="parameters_29">Parameters<a class="headerlink" href="#parameters_29" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2337,7 +2352,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<h3 id="selectsingle">selectSingle<a class="headerlink" href="#selectsingle" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>selectSingle</strong>(<code>namespace</code>): <code>void</code></p>
|
||||
<p>Makes the given namespace the sole selected namespace</p>
|
||||
<h4 id="parameters_30">Parameters<a class="headerlink" href="#parameters_30" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2361,7 +2376,7 @@ the filter or if the user has clicked the "All Namespaces" option</p>
|
||||
<code>items</code> are sorted to the same "index" then the next sorting function is used
|
||||
to determine where to place them relative to each other. Once the <code>sorting</code>
|
||||
functions have been all exhausted then the order is unchanged (ie a stable sort).</p>
|
||||
<h4 id="parameters_31">Parameters<a class="headerlink" href="#parameters_31" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2414,7 +2429,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="parameters_32">Parameters<a class="headerlink" href="#parameters_32" title="Permanent link">#</a></h5>
|
||||
<h5 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h5>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2439,7 +2454,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
<p>This function selects all namespaces implicitly.</p>
|
||||
<p>NOTE: does not toggle any namespaces</p>
|
||||
<p><strong><code>deprecated</code></strong> Use <code>NamespaceStore.selectAll</code> instead.</p>
|
||||
<h4 id="parameters_33">Parameters<a class="headerlink" href="#parameters_33" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2462,7 +2477,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
<h3 id="togglecontext">toggleContext<a class="headerlink" href="#togglecontext" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>toggleContext</strong>(<code>namespaces</code>): <code>void</code></p>
|
||||
<p>Acts like <code>toggleSingle</code> but can work on several at a time</p>
|
||||
<h4 id="parameters_34">Parameters<a class="headerlink" href="#parameters_34" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_35">Parameters<a class="headerlink" href="#parameters_35" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2484,7 +2499,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
<hr />
|
||||
<h3 id="toggleselection">toggleSelection<a class="headerlink" href="#toggleselection" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>toggleSelection</strong>(<code>item</code>): <code>void</code></p>
|
||||
<h4 id="parameters_35">Parameters<a class="headerlink" href="#parameters_35" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_36">Parameters<a class="headerlink" href="#parameters_36" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2506,7 +2521,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
<hr />
|
||||
<h3 id="toggleselectionall">toggleSelectionAll<a class="headerlink" href="#toggleselectionall" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>toggleSelectionAll</strong>(<code>visibleItems?</code>): <code>void</code></p>
|
||||
<h4 id="parameters_36">Parameters<a class="headerlink" href="#parameters_36" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_37">Parameters<a class="headerlink" href="#parameters_37" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2531,7 +2546,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
||||
<p>Toggles the selection state of <code>namespace</code>. Namely, if it was previously
|
||||
specifically or implicitly selected then after this call it will be
|
||||
explicitly deselected.</p>
|
||||
<h4 id="parameters_37">Parameters<a class="headerlink" href="#parameters_37" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_38">Parameters<a class="headerlink" href="#parameters_38" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2553,7 +2568,7 @@ explicitly deselected.</p>
|
||||
<hr />
|
||||
<h3 id="unselect">unselect<a class="headerlink" href="#unselect" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>unselect</strong>(<code>item</code>): <code>void</code></p>
|
||||
<h4 id="parameters_38">Parameters<a class="headerlink" href="#parameters_38" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_39">Parameters<a class="headerlink" href="#parameters_39" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2575,7 +2590,7 @@ explicitly deselected.</p>
|
||||
<hr />
|
||||
<h3 id="update">update<a class="headerlink" href="#update" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>update</strong>(<code>item</code>, <code>data</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_39">Parameters<a class="headerlink" href="#parameters_39" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_40">Parameters<a class="headerlink" href="#parameters_40" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2608,7 +2623,7 @@ explicitly deselected.</p>
|
||||
<hr />
|
||||
<h3 id="updateitem">updateItem<a class="headerlink" href="#updateitem" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>updateItem</strong>(<code>item</code>, <code>request</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Namespace/"><code>Namespace</code></a>></p>
|
||||
<h4 id="parameters_40">Parameters<a class="headerlink" href="#parameters_40" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_41">Parameters<a class="headerlink" href="#parameters_41" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.NetworkPolicy/"><code>NetworkPolicy</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1451,7 +1451,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1475,12 +1475,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Node/"><code>Node</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1425,7 +1425,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1449,12 +1449,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.PersistentVolume/"><code>PersistentVolume</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.PodDisruptionBudget/"><code>PodDisruptionBudget</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1468,7 +1468,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1492,12 +1492,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Pod/"><code>Pod</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1433,7 +1433,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1457,12 +1457,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.ReplicaSet/"><code>ReplicaSet</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.ResourceQuota/"><code>ResourceQuota</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1448,7 +1448,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1472,12 +1472,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.RoleBinding/"><code>RoleBinding</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1417,7 +1417,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1441,12 +1441,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Role/"><code>Role</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Secret/"><code>Secret</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1417,7 +1417,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1441,12 +1441,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.ServiceAccount/"><code>ServiceAccount</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.Service/"><code>Service</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1425,7 +1425,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1449,12 +1449,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.StatefulSet/"><code>StatefulSet</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1425,7 +1425,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1449,12 +1449,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.StorageClass/"><code>StorageClass</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater">bindWatchEventsUpdater</a></p>
|
||||
<hr />
|
||||
<h3 id="create">create<a class="headerlink" href="#create" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></p>
|
||||
<p>▸ <strong>create</strong>(<code>params</code>, <code>data?</code>): <code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1456,12 +1456,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>data?</code></td>
|
||||
<td align="left"><code>Partial</code><<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></td>
|
||||
<td align="left"><code>Partial</code><<code>T</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<a href="../Renderer.K8sApi.PersistentVolumeClaim/"><code>PersistentVolumeClaim</code></a>></p>
|
||||
<p><code>Promise</code><<code>T</code>></p>
|
||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.K8sApi.KubeObjectStore/">KubeObjectStore</a>.<a href="../Renderer.K8sApi.KubeObjectStore/#create">create</a></p>
|
||||
<hr />
|
||||
|
||||
@ -974,6 +974,13 @@
|
||||
<nav class="md-nav" aria-label="Methods">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#setlensextensiondependencies" class="md-nav__link">
|
||||
[setLensExtensionDependencies]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#addcatalogcategoryfilter" class="md-nav__link">
|
||||
addCatalogCategoryFilter
|
||||
@ -1101,6 +1108,7 @@
|
||||
</ul>
|
||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#[setlensextensiondependencies]">[setLensExtensionDependencies]</a></li>
|
||||
<li><a href="./#addcatalogcategoryfilter">addCatalogCategoryFilter</a></li>
|
||||
<li><a href="./#addcatalogfilter">addCatalogFilter</a></li>
|
||||
<li><a href="./#disable">disable</a></li>
|
||||
@ -1135,7 +1143,7 @@
|
||||
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
|
||||
<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>
|
||||
<p>LensExtension.__@Disposers@22036</p>
|
||||
<p>LensExtension.__@Disposers@21221</p>
|
||||
<hr />
|
||||
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>appPreferences</strong>: <a href="../../interfaces/Common.Types.AppPreferenceRegistration/"><code>AppPreferenceRegistration</code></a>[] = <code>[]</code></p>
|
||||
@ -1235,10 +1243,32 @@
|
||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.version</p>
|
||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="setlensextensiondependencies">[setLensExtensionDependencies]<a class="headerlink" href="#setlensextensiondependencies" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>[setLensExtensionDependencies]</strong>(<code>dependencies</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>dependencies</code></td>
|
||||
<td align="left"><code>LensExtensionDependencies</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||
<p><code>void</code></p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@21225</p>
|
||||
<hr />
|
||||
<h3 id="addcatalogcategoryfilter">addCatalogCategoryFilter<a class="headerlink" href="#addcatalogcategoryfilter" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>addCatalogCategoryFilter</strong>(<code>fn</code>): <code>Disposer</code></p>
|
||||
<p>Add a filtering function for the catalog categories. This will be removed if the extension is disabled.</p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1255,14 +1285,14 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||
<p><code>Disposer</code></p>
|
||||
<p>A function to clean up the filter</p>
|
||||
<hr />
|
||||
<h3 id="addcatalogfilter">addCatalogFilter<a class="headerlink" href="#addcatalogfilter" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>addCatalogFilter</strong>(<code>fn</code>): <code>Disposer</code></p>
|
||||
<p>Add a filtering function for the catalog entities. This will be removed if the extension is disabled.</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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1279,20 +1309,20 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||
<p><code>Disposer</code></p>
|
||||
<p>A function to clean up the filter</p>
|
||||
<hr />
|
||||
<h3 id="disable">disable<a class="headerlink" href="#disable" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>disable</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.disable</p>
|
||||
<hr />
|
||||
<h3 id="enable">enable<a class="headerlink" href="#enable" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>enable</strong>(<code>register</code>): <code>Promise</code><<code>void</code>></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1307,9 +1337,9 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<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_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.enable</p>
|
||||
<hr />
|
||||
<h3 id="getextensionfilefolder">getExtensionFileFolder<a class="headerlink" href="#getextensionfilefolder" title="Permanent link">#</a></h3>
|
||||
@ -1318,9 +1348,9 @@
|
||||
folder is for the sole use of this extension.</p>
|
||||
<p>Note: there is no security done on this folder, only obfuscation of the
|
||||
folder name.</p>
|
||||
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>string</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_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.getExtensionFileFolder</p>
|
||||
<hr />
|
||||
<h3 id="isenabledforcluster">isEnabledForCluster<a class="headerlink" href="#isenabledforcluster" title="Permanent link">#</a></h3>
|
||||
@ -1328,7 +1358,7 @@ folder name.</p>
|
||||
<p>Defines if extension is enabled for a given cluster. This method is only
|
||||
called when the extension is created within a cluster frame.</p>
|
||||
<p>The default implementation is to return <code>true</code></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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1343,7 +1373,7 @@ called when the extension is created within a cluster frame.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>Boolean</code>></p>
|
||||
<hr />
|
||||
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
||||
@ -1363,7 +1393,7 @@ called when the extension is created within a cluster frame.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -1382,21 +1412,21 @@ called when the extension is created within a cluster frame.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
|
||||
<p><code>Promise</code><<code>void</code>></p>
|
||||
<hr />
|
||||
<h3 id="onactivate">onActivate<a class="headerlink" href="#onactivate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>onActivate</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" 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> | <code>Promise</code><<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_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.onActivate</p>
|
||||
<hr />
|
||||
<h3 id="ondeactivate">onDeactivate<a class="headerlink" href="#ondeactivate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Protected</code> <strong>onDeactivate</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" 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> | <code>Promise</code><<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_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.onDeactivate</p>
|
||||
|
||||
|
||||
|
||||
@ -2935,7 +2935,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -2996,7 +2996,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLAttributes.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-haspopup</p>
|
||||
@ -3302,7 +3302,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3077,7 +3077,7 @@ presented if they are made.</p>
|
||||
<p>ButtonHTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>ButtonHTMLAttributes.aria-current</p>
|
||||
@ -3138,7 +3138,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>ButtonHTMLAttributes.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||
<p>ButtonHTMLAttributes.aria-haspopup</p>
|
||||
@ -3481,7 +3481,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>ButtonHTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_74">Inherited from<a class="headerlink" href="#inherited-from_74" title="Permanent link">#</a></h4>
|
||||
@ -4443,7 +4443,7 @@ useful for displaying tooltips even when the target is "disabled"</p>
|
||||
<p>ButtonHTMLAttributes.translate</p>
|
||||
<hr />
|
||||
<h3 id="type">type<a class="headerlink" href="#type" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>type</strong>: <code>"submit"</code> | <code>"reset"</code> | <code>"button"</code></p>
|
||||
<p>• <code>Optional</code> <strong>type</strong>: <code>"button"</code> | <code>"submit"</code> | <code>"reset"</code></p>
|
||||
<h4 id="inherited-from_261">Inherited from<a class="headerlink" href="#inherited-from_261" title="Permanent link">#</a></h4>
|
||||
<p>ButtonHTMLAttributes.type</p>
|
||||
<hr />
|
||||
|
||||
@ -2898,7 +2898,7 @@ presented if they are made.</p>
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-controls">aria-controls</a></p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</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.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-current">aria-current</a></p>
|
||||
@ -2959,7 +2959,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-grabbed">aria-grabbed</a></p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#aria-haspopup">aria-haspopup</a></p>
|
||||
@ -3256,7 +3256,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p><a href="../Renderer.Component.DrawerItemProps/">DrawerItemProps</a>.<a href="../Renderer.Component.DrawerItemProps/#inlist">inlist</a></p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2891,7 +2891,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -2952,7 +2952,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLAttributes.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-haspopup</p>
|
||||
@ -3249,7 +3249,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_65">Inherited from<a class="headerlink" href="#inherited-from_65" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2994,7 +2994,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -3055,7 +3055,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLAttributes.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-haspopup</p>
|
||||
@ -3364,7 +3364,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -1161,7 +1161,7 @@
|
||||
<p>ItemListLayoutProps.preloadStores</p>
|
||||
<hr />
|
||||
<h3 id="renderheadertitle">renderHeaderTitle<a class="headerlink" href="#renderheadertitle" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>renderHeaderTitle</strong>: <code>ReactNode</code> | (<code>parent</code>: <code>ItemListLayout</code><<code>K</code>>) => <code>ReactNode</code></p>
|
||||
<p>• <code>Optional</code> <strong>renderHeaderTitle</strong>: <code>ReactNode</code> | (<code>parent</code>: <code>NonInjectedItemListLayout</code><<code>K</code>>) => <code>ReactNode</code></p>
|
||||
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
||||
<p>ItemListLayoutProps.renderHeaderTitle</p>
|
||||
<hr />
|
||||
@ -1287,7 +1287,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>parent</code></td>
|
||||
<td align="left"><code>ItemListLayout</code><<code>I</code>></td>
|
||||
<td align="left"><code>NonInjectedItemListLayout</code><<code>I</code>></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -3781,7 +3781,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3842,7 +3842,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLProps.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-haspopup</p>
|
||||
@ -4339,7 +4339,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_112">Inherited from<a class="headerlink" href="#inherited-from_112" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3779,7 +3779,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3840,7 +3840,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLProps.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-haspopup</p>
|
||||
@ -4340,7 +4340,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_111">Inherited from<a class="headerlink" href="#inherited-from_111" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3067,7 +3067,7 @@ presented if they are made.</p>
|
||||
<p>Omit.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>Omit.aria-current</p>
|
||||
@ -3128,7 +3128,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>Omit.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
|
||||
<p>Omit.aria-haspopup</p>
|
||||
@ -3436,7 +3436,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>Omit.innerRef</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_71">Inherited from<a class="headerlink" href="#inherited-from_71" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3768,7 +3768,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3829,7 +3829,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLProps.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-haspopup</p>
|
||||
@ -4329,7 +4329,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_113">Inherited from<a class="headerlink" href="#inherited-from_113" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -2887,7 +2887,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLAttributes.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-current</p>
|
||||
@ -2948,7 +2948,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLAttributes.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLAttributes.aria-haspopup</p>
|
||||
@ -3245,7 +3245,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLAttributes.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -3760,7 +3760,7 @@ presented if they are made.</p>
|
||||
<p>React.HTMLProps.aria-controls</p>
|
||||
<hr />
|
||||
<h3 id="aria-current">aria-current<a class="headerlink" href="#aria-current" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code> | <code>"time"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-current</strong>: <code>boolean</code> | <code>"time"</code> | <code>"true"</code> | <code>"false"</code> | <code>"page"</code> | <code>"step"</code> | <code>"location"</code> | <code>"date"</code></p>
|
||||
<p>Indicates the element that represents the current item within a container or set of related elements.</p>
|
||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-current</p>
|
||||
@ -3821,7 +3821,7 @@ allows assistive technology to override the general default of reading in docume
|
||||
<p>React.HTMLProps.aria-grabbed</p>
|
||||
<hr />
|
||||
<h3 id="aria-haspopup">aria-haspopup<a class="headerlink" href="#aria-haspopup" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"true"</code> | <code>"false"</code> | <code>"dialog"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"menu"</code> | <code>"tree"</code></p>
|
||||
<p>• <code>Optional</code> <strong>aria-haspopup</strong>: <code>boolean</code> | <code>"dialog"</code> | <code>"menu"</code> | <code>"true"</code> | <code>"false"</code> | <code>"grid"</code> | <code>"listbox"</code> | <code>"tree"</code></p>
|
||||
<p>Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.</p>
|
||||
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
|
||||
<p>React.HTMLProps.aria-haspopup</p>
|
||||
@ -4318,7 +4318,7 @@ A hint could be a sample value or a brief description of the expected format.</p
|
||||
<p>React.HTMLProps.inlist</p>
|
||||
<hr />
|
||||
<h3 id="inputmode">inputMode<a class="headerlink" href="#inputmode" title="Permanent link">#</a></h3>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"none"</code> | <code>"search"</code> | <code>"text"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>• <code>Optional</code> <strong>inputMode</strong>: <code>"text"</code> | <code>"none"</code> | <code>"search"</code> | <code>"tel"</code> | <code>"url"</code> | <code>"email"</code> | <code>"numeric"</code> | <code>"decimal"</code></p>
|
||||
<p>Hints at the type of data that might be entered by the user while editing the element or its contents</p>
|
||||
<p><strong><code>see</code></strong> https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute</p>
|
||||
<h4 id="inherited-from_113">Inherited from<a class="headerlink" href="#inherited-from_113" title="Permanent link">#</a></h4>
|
||||
|
||||
@ -882,7 +882,22 @@
|
||||
<p>• <strong>version</strong>: <code>string</code></p>
|
||||
<h2 id="functions_1">Functions<a class="headerlink" href="#functions_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="getenabledextensions">getEnabledExtensions<a class="headerlink" href="#getenabledextensions" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getEnabledExtensions</strong>(): <code>string</code>[]</p>
|
||||
<p>▸ <code>Const</code> <strong>getEnabledExtensions</strong>(...<code>args</code>): <code>string</code>[]</p>
|
||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>...args</code></td>
|
||||
<td align="left">[]</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||
<p><code>string</code>[]</p>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
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.
Loading…
Reference in New Issue
Block a user