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

Deployed 723ae25801 to master with MkDocs 1.3.1 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-08-25 13:08:20 +00:00
parent 65a2993d9d
commit f8cad891da
6 changed files with 299 additions and 293 deletions

View File

@ -775,23 +775,27 @@
<h2 id="functions_1">Functions<a class="headerlink" href="#functions_1" title="Permanent link">#</a></h2>
<h3 id="resolvesystemproxy">resolveSystemProxy<a class="headerlink" href="#resolvesystemproxy" title="Permanent link">#</a></h3>
<p><strong>resolveSystemProxy</strong>(<code>url</code>): <code>Promise</code>&lt;<code>string</code>></p>
<p>Resolves URL-specific proxy information from system. See more here: https://www.electronjs.org/docs/latest/api/session#sesresolveproxyurl</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>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>url</code></td>
<td align="left"><code>string</code></td>
<td align="left">The URL for proxy information</td>
</tr>
</tbody>
</table>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<p><code>Promise</code>&lt;<code>string</code>></p>
<p>Promise for proxy information as string</p>

View File

@ -871,6 +871,7 @@
<hr />
<h3 id="openexternal">openExternal<a class="headerlink" href="#openexternal" title="Permanent link">#</a></h3>
<p><strong>openExternal</strong>(<code>url</code>): <code>Promise</code>&lt;<code>void</code>></p>
<p><strong><code>deprecated</code></strong> Use <a href="./#openbrowser">openBrowser</a> instead</p>
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
<table>
<thead>

View File

@ -2815,6 +2815,7 @@
<hr />
<h3 id="getdetailsurl">getDetailsUrl<a class="headerlink" href="#getdetailsurl" title="Permanent link">#</a></h3>
<p><strong>getDetailsUrl</strong>(<code>selfLink</code>, <code>resetSelected?</code>, <code>mergeGlobals?</code>): <code>string</code></p>
<p><strong><code>deprecated</code></strong> use <code>di.inject(getDetailsUrlInjectable)</code> instead</p>
<h4 id="parameters_40">Parameters<a class="headerlink" href="#parameters_40" title="Permanent link">#</a></h4>
<table>
<thead>

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.