@graphistry/js-upload-api
Version:
Graphistry upload client for reuse by node and browser clients
52 lines (50 loc) • 24.8 kB
HTML
<html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Privacy | @graphistry/node-api - v5.1.3</title><meta name="description" content="Documentation for @graphistry/node-api - v5.1.3"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@graphistry/node-api - v5.1.3</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@graphistry/node-api - v5.1.3</a></li><li><a href="Privacy.html">Privacy</a></li></ul><h1>Class Privacy </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="lead">
<a href="#privacy-examples" id="privacy-examples" style="color: inherit; text-decoration: none;">
<h1>Privacy examples</h1>
</a>
</div><div><p><a href="Privacy.html">Privacy</a> is used to set the privacy mode of an item. By default, items are public,
meaning world-readable but not listed in any public Graphistry catalogs.</p>
<p>Setting the privacy, by default, makes it private to the user. No notifications are made.</p>
<p>Various options allow sharing with the organization, sharing with specific users,
and sending notifications. When sharing with others, view or edit permissions may be given.</p>
<p>See all convenience method <a href="Dataset.html#privacy">Dataset.privacy</a></p>
<br>
<hr>
<br>
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><p><strong>Set a dataset to private</strong></p>
<pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">Privacy</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">'@graphistry/node-api'</span><span class="hl-0">;</span><br/><span class="hl-2">await</span><span class="hl-0"> (</span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-7">Privacy</span><span class="hl-0">(</span><span class="hl-1">'myDatasetID'</span><span class="hl-0">)).</span><span class="hl-7">upload</span><span class="hl-0">(</span><span class="hl-3">client</span><span class="hl-0">);</span>
</code></pre>
<br>
</dd><dt>example</dt><dd><p><strong>Set a dataset to public</strong></p>
<pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">Privacy</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">'@graphistry/node-api'</span><span class="hl-0">;</span><br/><span class="hl-2">await</span><span class="hl-0"> (</span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-7">Privacy</span><span class="hl-0">(</span><span class="hl-1">'myDatasetID'</span><span class="hl-0">, </span><span class="hl-1">'public'</span><span class="hl-0">)).</span><span class="hl-7">upload</span><span class="hl-0">(</span><span class="hl-3">client</span><span class="hl-0">);</span>
</code></pre>
<br>
</dd><dt>example</dt><dd><p><strong>Set a dataset to private, and share it with one user with a notification</strong></p>
<pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">Privacy</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">'@graphistry/node-api'</span><span class="hl-0">;</span><br/><span class="hl-2">await</span><span class="hl-0"> (</span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-7">Privacy</span><span class="hl-0">(</span><br/><span class="hl-0"> </span><span class="hl-1">'myDatasetID'</span><span class="hl-0">, </span><span class="hl-5">undefined</span><span class="hl-0">, </span><span class="hl-5">undefined</span><span class="hl-0">, </span><span class="hl-5">undefined</span><span class="hl-0">,</span><br/><span class="hl-0"> [</span><span class="hl-1">'friend@company.com'</span><span class="hl-0">], </span><span class="hl-5">true</span><span class="hl-0">, </span><span class="hl-1">"Check out my great viz!"</span><br/><span class="hl-0">)).</span><span class="hl-7">upload</span><span class="hl-0">(</span><span class="hl-3">client</span><span class="hl-0">);</span>
</code></pre>
</dd></dl></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">Privacy</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="Privacy.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#invitedUsers" class="tsd-kind-icon">invited<wbr/>Users</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#kind" class="tsd-kind-icon">kind</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#message" class="tsd-kind-icon">message</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#mode" class="tsd-kind-icon">mode</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#modeAction" class="tsd-kind-icon">mode<wbr/>Action</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#notify" class="tsd-kind-icon">notify</a></li></ul></section><section class="tsd-index-section "><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class"><a href="Privacy.html#upload" class="tsd-kind-icon">upload</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">constructor<a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">new <wbr/>Privacy<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, kind<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"dataset"</span>, mode<span class="tsd-signature-symbol">?: </span><a href="../modules.html#Mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a>, modeAction<span class="tsd-signature-symbol">?: </span><a href="../modules.html#ModeAction" class="tsd-signature-type" data-tsd-kind="Type alias">ModeAction</a>, invitedUsers<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, notify<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, message<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Privacy.html" class="tsd-signature-type" data-tsd-kind="Class">Privacy</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L113">Privacy.ts:113</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
<p>See examples at top of file</p>
</div><div><p>Create sharing configuration in preperation for uploading.</p>
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>id: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The id of the item to set privacy on</p>
</div></div></li><li><h5>kind: <span class="tsd-signature-type">"dataset"</span><span class="tsd-signature-symbol"> = 'dataset'</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The kind of item to set privacy on, defaults to 'dataset'</p>
</div></div></li><li><h5>mode: <a href="../modules.html#Mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a><span class="tsd-signature-symbol"> = 'private'</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The privacy mode, 'private', 'public', or 'organization'</p>
</div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> modeAction: <a href="../modules.html#ModeAction" class="tsd-signature-type" data-tsd-kind="Type alias">ModeAction</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The action to allow, 'view', 'edit', or 'share'</p>
</div></div></li><li><h5>invitedUsers: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The list of Graphistry user emails to share with</p>
</div></div></li><li><h5>notify: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>Whether to send notifications to the invited users</p>
</div></div></li><li><h5>message: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ''</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The message to send to the invited users</p>
</div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="Privacy.html" class="tsd-signature-type" data-tsd-kind="Class">Privacy</a></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link">id<a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L91">Privacy.ts:91</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="invitedUsers" class="tsd-anchor"></a><h3 class="tsd-anchor-link">invited<wbr/>Users<a href="#invitedUsers" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">invited<wbr/>Users<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L94">Privacy.ts:94</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="kind" class="tsd-anchor"></a><h3 class="tsd-anchor-link">kind<a href="#kind" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">kind<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"dataset"</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L92">Privacy.ts:92</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="message" class="tsd-anchor"></a><h3 class="tsd-anchor-link">message<a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L97">Privacy.ts:97</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="mode" class="tsd-anchor"></a><h3 class="tsd-anchor-link">mode<a href="#mode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">mode<span class="tsd-signature-symbol">:</span> <a href="../modules.html#Mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L95">Privacy.ts:95</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="modeAction" class="tsd-anchor"></a><h3 class="tsd-anchor-link">mode<wbr/>Action<a href="#modeAction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">mode<wbr/>Action<span class="tsd-signature-symbol">:</span> <a href="../modules.html#ModeActionRaw" class="tsd-signature-type" data-tsd-kind="Type alias">ModeActionRaw</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L93">Privacy.ts:93</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="notify" class="tsd-anchor"></a><h3 class="tsd-anchor-link">notify<a href="#notify" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">notify<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L96">Privacy.ts:96</a></li></ul></aside></section></section><section class="tsd-panel-group tsd-member-group "><h2>Methods</h2><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="upload" class="tsd-anchor"></a><h3 class="tsd-anchor-link">upload<a href="#upload" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">upload<span class="tsd-signature-symbol">(</span>client<span class="tsd-signature-symbol">: </span><a href="../modules.html#ClientType" class="tsd-signature-type" data-tsd-kind="Type alias">ClientType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Privacy.html" class="tsd-signature-type" data-tsd-kind="Class">Privacy</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/graphistry/graphistry-js/blob/master/projects/node-api/src/Privacy.ts#L147">Privacy.ts:147</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
<p>See examples at top of file</p>
</div><div><p>Upload the privacy configuration to the server for an item</p>
</div><dl class="tsd-comment-tags"><dt>throws</dt><dd><p>Error if the client is not configured</p>
</dd><dt>throws</dt><dd><p>Error if the upload fails</p>
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>client: <a href="../modules.html#ClientType" class="tsd-signature-type" data-tsd-kind="Type alias">ClientType</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The client to use to upload the privacy</p>
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Privacy.html" class="tsd-signature-type" data-tsd-kind="Class">Privacy</a><span class="tsd-signature-symbol">></span></h4><div><p>The privacy object</p>
</div></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class"><a href="Privacy.html" class="tsd-kind-icon">Privacy</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="Privacy.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#invitedUsers" class="tsd-kind-icon">invited<wbr/>Users</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#kind" class="tsd-kind-icon">kind</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#message" class="tsd-kind-icon">message</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#mode" class="tsd-kind-icon">mode</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#modeAction" class="tsd-kind-icon">mode<wbr/>Action</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Privacy.html#notify" class="tsd-kind-icon">notify</a></li><li class="tsd-kind-method tsd-parent-kind-class"><a href="Privacy.html#upload" class="tsd-kind-icon">upload</a></li></ul></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="../assets/main.js"></script></body></html>