mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: 409782c205
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 - v0.4.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.4.0">
|
||||
<title>ldp/representation/RepresentationMetadata | Community Solid Server - v0.4.1</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.4.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 - v0.4.0</a>
|
||||
<a href="../index.html" class="title">Community Solid Server - v0.4.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 - v0.4.0</a>
|
||||
<a href="../modules.html">Community Solid Server - v0.4.1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ldp_representation_representationmetadata.html">ldp/representation/RepresentationMetadata</a>
|
||||
@@ -79,7 +79,8 @@
|
||||
<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#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#metadataoverridevalue" class="tsd-kind-icon">Metadata<wbr>Override<wbr>Value</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>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section ">
|
||||
@@ -99,17 +100,27 @@
|
||||
<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/867af28/src/ldp/representation/RepresentationMetadata.ts#L9">src/ldp/representation/RepresentationMetadata.ts:9</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/ldp/representation/RepresentationMetadata.ts#L9">src/ldp/representation/RepresentationMetadata.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a name="metadataoverridevalue" class="tsd-anchor"></a>
|
||||
<h3>Metadata<wbr>Override<wbr>Value</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">Metadata<wbr>Override<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>
|
||||
<a name="metadatarecord" class="tsd-anchor"></a>
|
||||
<h3>Metadata<wbr>Record</h3>
|
||||
<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/867af28/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/409782c/src/ldp/representation/RepresentationMetadata.ts#L11">src/ldp/representation/RepresentationMetadata.ts:11</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
||||
<a name="metadatavalue" class="tsd-anchor"></a>
|
||||
<h3>Metadata<wbr>Value</h3>
|
||||
<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/409782c/src/ldp/representation/RepresentationMetadata.ts#L10">src/ldp/representation/RepresentationMetadata.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -126,7 +137,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/867af28/src/ldp/representation/RepresentationMetadata.ts#L15">src/ldp/representation/RepresentationMetadata.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/ldp/representation/RepresentationMetadata.ts#L16">src/ldp/representation/RepresentationMetadata.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@@ -166,7 +177,10 @@
|
||||
<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#metadataoverridevalue" class="tsd-kind-icon">Metadata<wbr>Override<wbr>Value</a>
|
||||
<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>
|
||||
<li class=" tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="ldp_representation_representationmetadata.html#isrepresentationmetadata" class="tsd-kind-icon">is<wbr>Representation<wbr>Metadata</a>
|
||||
|
||||
Reference in New Issue
Block a user