mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: 0be82228bb
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/RepresentationMetadata | Community Solid Server - v1.0.0-beta.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v1.0.0-beta.0">
|
||||
<title>ldp/representation/RepresentationMetadata | Community Solid Server - v1.0.0-beta.1</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v1.0.0-beta.1">
|
||||
<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 - v1.0.0-beta.0</a>
|
||||
<a href="../index.html" class="title">Community Solid Server - v1.0.0-beta.1</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 - v1.0.0-beta.0</a>
|
||||
<a href="../modules.html">Community Solid Server - v1.0.0-beta.1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ldp_representation_representationmetadata.html">ldp/representation/RepresentationMetadata</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_representationmetadata.html#metadatagraph" class="tsd-kind-icon">Metadata<wbr>Graph</a></li>
|
||||
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="ldp_representation_representationmetadata.html#metadataidentifier" class="tsd-kind-icon">Metadata<wbr>Identifier</a></li>
|
||||
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="ldp_representation_representationmetadata.html#metadatarecord" class="tsd-kind-icon">Metadata<wbr>Record</a></li>
|
||||
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="ldp_representation_representationmetadata.html#metadatavalue" class="tsd-kind-icon">Metadata<wbr>Value</a></li>
|
||||
@@ -94,13 +95,23 @@
|
||||
</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="metadatagraph" class="tsd-anchor"></a>
|
||||
<h3>Metadata<wbr>Graph</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">Metadata<wbr>Graph<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">NamedNode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">BlankNode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">DefaultGraph</span><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/solid/community-server/blob/0be8222/src/ldp/representation/RepresentationMetadata.ts#L13">src/ldp/representation/RepresentationMetadata.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a name="metadataidentifier" class="tsd-anchor"></a>
|
||||
<h3>Metadata<wbr>Identifier</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">Metadata<wbr>Identifier<span class="tsd-signature-symbol">:</span> <a href="../interfaces/ldp_representation_resourceidentifier.resourceidentifier.html" class="tsd-signature-type" data-tsd-kind="Interface">ResourceIdentifier</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">NamedNode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">BlankNode</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/ldp/representation/RepresentationMetadata.ts#L10">src/ldp/representation/RepresentationMetadata.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/ldp/representation/RepresentationMetadata.ts#L10">src/ldp/representation/RepresentationMetadata.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -110,7 +121,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">Metadata<wbr>Record<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><a href="ldp_representation_representationmetadata.html#metadatavalue" class="tsd-signature-type" data-tsd-kind="Type alias">MetadataValue</a><span class="tsd-signature-symbol">></span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/ldp/representation/RepresentationMetadata.ts#L12">src/ldp/representation/RepresentationMetadata.ts:12</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/ldp/representation/RepresentationMetadata.ts#L12">src/ldp/representation/RepresentationMetadata.ts:12</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -120,7 +131,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">Metadata<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">NamedNode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Literal</span><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><span class="tsd-signature-type">NamedNode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Literal</span><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></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/ldp/representation/RepresentationMetadata.ts#L11">src/ldp/representation/RepresentationMetadata.ts:11</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/ldp/representation/RepresentationMetadata.ts#L11">src/ldp/representation/RepresentationMetadata.ts:11</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -137,7 +148,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/ldp/representation/RepresentationMetadata.ts#L17">src/ldp/representation/RepresentationMetadata.ts:17</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/ldp/representation/RepresentationMetadata.ts#L18">src/ldp/representation/RepresentationMetadata.ts:18</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@@ -173,6 +184,9 @@
|
||||
<li class=" tsd-kind-class tsd-parent-kind-module">
|
||||
<a href="../classes/ldp_representation_representationmetadata.representationmetadata.html" class="tsd-kind-icon">Representation<wbr>Metadata</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a href="ldp_representation_representationmetadata.html#metadatagraph" class="tsd-kind-icon">Metadata<wbr>Graph</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a href="ldp_representation_representationmetadata.html#metadataidentifier" class="tsd-kind-icon">Metadata<wbr>Identifier</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user