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

Deployed b256475044 to master with MkDocs 1.2.1 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-06-18 08:30:16 +00:00
parent 8fa6a476e9
commit 6d8418b9c7
21 changed files with 354 additions and 337 deletions

View File

@ -805,13 +805,6 @@
onContextMenuOpen
</a>
</li>
<li class="md-nav__item">
<a href="#ondetailsopen" class="md-nav__link">
onDetailsOpen
</a>
</li>
<li class="md-nav__item">
@ -872,7 +865,6 @@
<li><a href="./#getid">getId</a></li>
<li><a href="./#getname">getName</a></li>
<li><a href="./#oncontextmenuopen">onContextMenuOpen</a></li>
<li><a href="./#ondetailsopen">onDetailsOpen</a></li>
<li><a href="./#onrun">onRun</a></li>
<li><a href="./#onsettingsopen">onSettingsOpen</a></li>
</ul>
@ -937,27 +929,37 @@
<p><a href="../common.catalog.catalogentity/">CatalogEntity</a>.<a href="../common.catalog.catalogentity/#getname">getName</a></p>
<hr />
<h3 id="oncontextmenuopen">onContextMenuOpen<a class="headerlink" href="#oncontextmenuopen" title="Permanent link">#</a></h3>
<p><strong>onContextMenuOpen</strong>(): <code>void</code></p>
<p><strong>onContextMenuOpen</strong>(<code>context</code>): <code>Promise</code>&lt;void></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>context</code></td>
<td align="left"><a href="../../interfaces/common.catalog.catalogentitycontextmenucontext/">CatalogEntityContextMenuContext</a></td>
</tr>
</tbody>
</table>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<p><code>Promise</code>&lt;void></p>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogentity/">CatalogEntity</a>.<a href="../common.catalog.catalogentity/#oncontextmenuopen">onContextMenuOpen</a></p>
<hr />
<h3 id="ondetailsopen">onDetailsOpen<a class="headerlink" href="#ondetailsopen" title="Permanent link">#</a></h3>
<p><strong>onDetailsOpen</strong>(): <code>void</code></p>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="onrun">onRun<a class="headerlink" href="#onrun" title="Permanent link">#</a></h3>
<p><strong>onRun</strong>(): <code>Promise</code>&lt;void></p>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<p><code>Promise</code>&lt;void></p>
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogentity/">CatalogEntity</a>.<a href="../common.catalog.catalogentity/#onrun">onRun</a></p>
<hr />
<h3 id="onsettingsopen">onSettingsOpen<a class="headerlink" href="#onsettingsopen" title="Permanent link">#</a></h3>
<p><strong>onSettingsOpen</strong>(): <code>void</code></p>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogentity/">CatalogEntity</a>.<a href="../common.catalog.catalogentity/#onsettingsopen">onSettingsOpen</a></p>

View File

@ -764,6 +764,13 @@
spec
</a>
</li>
<li class="md-nav__item">
<a href="#onadd" class="md-nav__link">
onAdd
</a>
</li>
</ul>
@ -935,6 +942,7 @@
<li><a href="./#kind">kind</a></li>
<li><a href="./#metadata">metadata</a></li>
<li><a href="./#spec">spec</a></li>
<li><a href="./#onadd">onAdd</a></li>
</ul>
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
<ul>
@ -959,17 +967,17 @@
<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 WebLinkCategory</strong>()</p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#constructor">constructor</a></p>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="apiversion">apiVersion<a class="headerlink" href="#apiversion" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>apiVersion</strong>: <code>"catalog.k8slens.dev/v1alpha1"</code></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#apiversion">apiVersion</a></p>
<hr />
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>kind</strong>: <code>"CatalogCategory"</code></p>
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#kind">kind</a></p>
<hr />
<h3 id="metadata">metadata<a class="headerlink" href="#metadata" title="Permanent link">#</a></h3>
@ -993,7 +1001,7 @@
</tr>
</tbody>
</table>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#metadata">metadata</a></p>
<hr />
<h3 id="spec">spec<a class="headerlink" href="#spec" title="Permanent link">#</a></h3>
@ -1025,8 +1033,15 @@
</tr>
</tbody>
</table>
<h4 id="overrides_3">Overrides<a class="headerlink" href="#overrides_3" title="Permanent link">#</a></h4>
<h4 id="overrides_4">Overrides<a class="headerlink" href="#overrides_4" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#spec">spec</a></p>
<hr />
<h3 id="onadd">onAdd<a class="headerlink" href="#onadd" title="Permanent link">#</a></h3>
<p><code>Static</code> <code>Optional</code> <strong>onAdd</strong>: () =&gt; <code>void</code></p>
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
<p>▸ (): <code>void</code></p>
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
<p><code>void</code></p>
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
<h3 id="addlistener">addListener<a class="headerlink" href="#addlistener" title="Permanent link">#</a></h3>
<p><strong>addListener</strong>&lt;E>(<code>event</code>, <code>listener</code>): <a href="./">WebLinkCategory</a></p>
@ -1064,9 +1079,9 @@
</tr>
</tbody>
</table>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<p><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#addlistener">addListener</a></p>
<hr />
<h3 id="emit">emit<a class="headerlink" href="#emit" title="Permanent link">#</a></h3>
@ -1105,30 +1120,30 @@
</tr>
</tbody>
</table>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<p><code>boolean</code></p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#emit">emit</a></p>
<hr />
<h3 id="eventnames">eventNames<a class="headerlink" href="#eventnames" title="Permanent link">#</a></h3>
<p><strong>eventNames</strong>(): (<code>string</code> | <code>symbol</code>)[]</p>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<p>(<code>string</code> | <code>symbol</code>)[]</p>
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#eventnames">eventNames</a></p>
<hr />
<h3 id="getid">getId<a class="headerlink" href="#getid" title="Permanent link">#</a></h3>
<p><strong>getId</strong>(): <code>string</code></p>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>string</code></p>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#getid">getId</a></p>
<hr />
<h3 id="getmaxlisteners">getMaxListeners<a class="headerlink" href="#getmaxlisteners" title="Permanent link">#</a></h3>
<p><strong>getMaxListeners</strong>(): <code>number</code></p>
<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>number</code></p>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#getmaxlisteners">getMaxListeners</a></p>
<hr />
<h3 id="listenercount">listenerCount<a class="headerlink" href="#listenercount" title="Permanent link">#</a></h3>
@ -1163,9 +1178,9 @@
</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>number</code></p>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#listenercount">listenerCount</a></p>
<hr />
<h3 id="listeners">listeners<a class="headerlink" href="#listeners" title="Permanent link">#</a></h3>
@ -1200,9 +1215,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>Function</code>[]</p>
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#listeners">listeners</a></p>
<hr />
<h3 id="off">off<a class="headerlink" href="#off" title="Permanent link">#</a></h3>
@ -1241,9 +1256,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><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#off">off</a></p>
<hr />
<h3 id="on">on<a class="headerlink" href="#on" title="Permanent link">#</a></h3>
@ -1282,9 +1297,9 @@
</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><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#on">on</a></p>
<hr />
<h3 id="once">once<a class="headerlink" href="#once" title="Permanent link">#</a></h3>
@ -1323,9 +1338,9 @@
</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><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#once">once</a></p>
<hr />
<h3 id="prependlistener">prependListener<a class="headerlink" href="#prependlistener" title="Permanent link">#</a></h3>
@ -1364,9 +1379,9 @@
</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><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#prependlistener">prependListener</a></p>
<hr />
<h3 id="prependoncelistener">prependOnceListener<a class="headerlink" href="#prependoncelistener" title="Permanent link">#</a></h3>
@ -1405,9 +1420,9 @@
</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><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#prependoncelistener">prependOnceListener</a></p>
<hr />
<h3 id="rawlisteners">rawListeners<a class="headerlink" href="#rawlisteners" title="Permanent link">#</a></h3>
@ -1442,9 +1457,9 @@
</tr>
</tbody>
</table>
<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>Function</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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#rawlisteners">rawListeners</a></p>
<hr />
<h3 id="removealllisteners">removeAllListeners<a class="headerlink" href="#removealllisteners" title="Permanent link">#</a></h3>
@ -1479,9 +1494,9 @@
</tr>
</tbody>
</table>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<p><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" 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><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#removealllisteners">removeAllListeners</a></p>
<hr />
<h3 id="removelistener">removeListener<a class="headerlink" href="#removelistener" title="Permanent link">#</a></h3>
@ -1520,9 +1535,9 @@
</tr>
</tbody>
</table>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
<p><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" 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><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#removelistener">removeListener</a></p>
<hr />
<h3 id="setmaxlisteners">setMaxListeners<a class="headerlink" href="#setmaxlisteners" title="Permanent link">#</a></h3>
@ -1542,9 +1557,9 @@
</tr>
</tbody>
</table>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<p><a href="./">WebLinkCategory</a></p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" 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><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#setmaxlisteners">setMaxListeners</a></p>
<hr />
<h3 id="parseid">parseId<a class="headerlink" href="#parseid" title="Permanent link">#</a></h3>
@ -1566,7 +1581,7 @@
</tr>
</tbody>
</table>
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
<p><code>Object</code></p>
<table>
<thead>
@ -1586,7 +1601,7 @@
</tr>
</tbody>
</table>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" 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><a href="../common.catalog.catalogcategory/">CatalogCategory</a>.<a href="../common.catalog.catalogcategory/#parseid">parseId</a></p>

View File

@ -876,7 +876,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@40449</p>
<p>IpcRegistrar.__@IpcPrefix@40504</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -979,7 +979,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@24217</p>
<p>LensExtension.__@Disposers@24272</p>
<hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = []</p>

View File

@ -876,7 +876,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@40449</p>
<p>IpcRegistrar.__@IpcPrefix@40504</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1075,7 +1075,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@24217</p>
<p>LensExtension.__@Disposers@24272</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/">AppPreferenceRegistration</a>[] = []</p>

View File

@ -792,7 +792,7 @@
<p><a href="../common.catalog.catalogentitystatus/">CatalogEntityStatus</a>.<a href="../common.catalog.catalogentitystatus/#message">message</a></p>
<hr />
<h3 id="phase">phase<a class="headerlink" href="#phase" title="Permanent link">#</a></h3>
<p><strong>phase</strong>: <code>"valid"</code> | <code>"invalid"</code></p>
<p><strong>phase</strong>: <code>"available"</code> | <code>"unavailable"</code></p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p><a href="../common.catalog.catalogentitystatus/">CatalogEntityStatus</a>.<a href="../common.catalog.catalogentitystatus/#phase">phase</a></p>
<hr />

View File

@ -2910,7 +2910,7 @@ presented if they are made.</p>
<p>React.HTMLAttributes.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>

View File

@ -3076,7 +3076,7 @@ presented if they are made.</p>
<p>ButtonHTMLAttributes.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>

View File

@ -2897,7 +2897,7 @@ presented if they are made.</p>
<p><a href="../renderer.component.draweritemprops/">DrawerItemProps</a>.<a href="../renderer.component.draweritemprops/#aria-disabled">aria-disabled</a></p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>

View File

@ -2890,7 +2890,7 @@ presented if they are made.</p>
<p>React.HTMLAttributes.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>

View File

@ -2993,7 +2993,7 @@ presented if they are made.</p>
<p>React.HTMLAttributes.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>

View File

@ -3780,7 +3780,7 @@ presented if they are made.</p>
<p>React.HTMLProps.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>

View File

@ -3778,7 +3778,7 @@ presented if they are made.</p>
<p>React.HTMLProps.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>

View File

@ -3066,7 +3066,7 @@ presented if they are made.</p>
<p>Omit.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>

View File

@ -3767,7 +3767,7 @@ presented if they are made.</p>
<p>React.HTMLProps.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>

View File

@ -2886,7 +2886,7 @@ presented if they are made.</p>
<p>React.HTMLAttributes.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>

View File

@ -3759,7 +3759,7 @@ presented if they are made.</p>
<p>React.HTMLProps.aria-disabled</p>
<hr />
<h3 id="aria-dropeffect">aria-dropeffect<a class="headerlink" href="#aria-dropeffect" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"link"</code> | <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p><code>Optional</code> <strong>aria-dropeffect</strong>: <code>"none"</code> | <code>"copy"</code> | <code>"execute"</code> | <code>"link"</code> | <code>"move"</code> | <code>"popup"</code></p>
<p>Indicates what functions can be performed when a dragged object is released on the drop target.</p>
<p><strong><code>deprecated</code></strong> in ARIA 1.1</p>
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>

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.