mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: 0a68fbfe6a
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>ldp/representation/RepresentationPreferences | Community Solid Server - v0.8.1</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.8.1">
|
||||
<title>ldp/representation/RepresentationPreferences | Community Solid Server - v0.9.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.9.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
<script async src="../assets/js/search.js" id="search-script"></script>
|
||||
@@ -23,7 +23,7 @@
|
||||
<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">Community Solid Server - v0.8.1</a>
|
||||
<a href="../index.html" class="title">Community Solid Server - v0.9.0</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../modules.html">Community Solid Server - v0.8.1</a>
|
||||
<a href="../modules.html">Community Solid Server - v0.9.0</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ldp_representation_representationpreferences.html">ldp/representation/RepresentationPreferences</a>
|
||||
@@ -78,6 +78,7 @@
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Type aliases</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="ldp_representation_representationpreferences.html#valuepreference" class="tsd-kind-icon">Value<wbr>Preference</a></li>
|
||||
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="ldp_representation_representationpreferences.html#valuepreferences" class="tsd-kind-icon">Value<wbr>Preferences</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
@@ -86,13 +87,40 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Type aliases</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a name="valuepreference" class="tsd-anchor"></a>
|
||||
<h3>Value<wbr>Preference</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">Value<wbr>Preference<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>weight<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/ldp/representation/RepresentationPreferences.ts#L16">src/ldp/representation/RepresentationPreferences.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<div class="lead">
|
||||
<p>A single entry of a <a href="ldp_representation_representationpreferences.html#valuepreferences">ValuePreferences</a> object.
|
||||
Useful when doing operations on such an object.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tsd-type-declaration">
|
||||
<h4>Type declaration</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li class="tsd-parameter">
|
||||
<h5>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>weight<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a name="valuepreferences" class="tsd-anchor"></a>
|
||||
<h3>Value<wbr>Preferences</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">Value<wbr>Preferences<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/54ff231/src/ldp/representation/RepresentationPreferences.ts#L10">src/ldp/representation/RepresentationPreferences.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/ldp/representation/RepresentationPreferences.ts#L10">src/ldp/representation/RepresentationPreferences.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@@ -124,6 +152,9 @@
|
||||
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="../interfaces/ldp_representation_representationpreferences.representationpreferences.html" class="tsd-kind-icon">Representation<wbr>Preferences</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a href="ldp_representation_representationpreferences.html#valuepreference" class="tsd-kind-icon">Value<wbr>Preference</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a href="ldp_representation_representationpreferences.html#valuepreferences" class="tsd-kind-icon">Value<wbr>Preferences</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user