@xylabs/react-rich-result 2.17.5 → 2.17.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs.json +1710 -1710
- package/docs/enums/ActionStatusType.html +5 -5
- package/docs/enums/ContactPointOption.html +3 -3
- package/docs/enums/ItemAvailability.html +10 -10
- package/docs/enums/MapCategoryType.html +5 -5
- package/docs/interfaces/Action.html +25 -25
- package/docs/interfaces/AggregateRating.html +22 -22
- package/docs/interfaces/Article.html +125 -125
- package/docs/interfaces/Base.html +2 -2
- package/docs/interfaces/Brand.html +18 -18
- package/docs/interfaces/Class.html +15 -15
- package/docs/interfaces/ContactPoint.html +22 -22
- package/docs/interfaces/CreativeWork.html +117 -117
- package/docs/interfaces/EntryPoint.html +20 -20
- package/docs/interfaces/Enumeration.html +15 -15
- package/docs/interfaces/GeoShape.html +22 -22
- package/docs/interfaces/GeospatialGeometry.html +24 -24
- package/docs/interfaces/ImageObject.html +125 -125
- package/docs/interfaces/Map.html +118 -118
- package/docs/interfaces/MediaObject.html +121 -121
- package/docs/interfaces/MobileApplication.html +139 -139
- package/docs/interfaces/Offer.html +57 -57
- package/docs/interfaces/Organization.html +69 -69
- package/docs/interfaces/Person.html +71 -71
- package/docs/interfaces/Place.html +51 -51
- package/docs/interfaces/PostalAddress.html +28 -28
- package/docs/interfaces/Product.html +54 -54
- package/docs/interfaces/Property.html +18 -18
- package/docs/interfaces/PropertyValue.html +22 -22
- package/docs/interfaces/QualitativeValue.html +23 -23
- package/docs/interfaces/QuantitativeValue.html +22 -22
- package/docs/interfaces/Rating.html +19 -19
- package/docs/interfaces/Review.html +121 -121
- package/docs/interfaces/RichResultProps.html +2 -2
- package/docs/interfaces/Service.html +35 -35
- package/docs/interfaces/SoftwareApplication.html +138 -138
- package/docs/interfaces/Thing.html +14 -14
- package/docs/types/AdministrativeArea.html +1 -1
- package/docs/types/Country.html +1 -1
- package/docs/types/DateTime.html +1 -1
- package/docs/types/Intangible.html +1 -1
- package/docs/types/Integer.html +1 -1
- package/docs/types/Language.html +1 -1
- package/docs/types/Photograph.html +1 -1
- package/docs/types/StructuredValue.html +1 -1
- package/docs/types/Text.html +1 -1
- package/docs/types/Time.html +1 -1
- package/docs/types/URL.html +1 -1
- package/docs/types/VirtualLocation.html +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="ActionStatusType.html">ActionStatusType</a></li></ul>
|
|
17
17
|
<h1>Enumeration ActionStatusType</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ActionStatusType.ts#L1">packages/rich-result/src/jsonld/ActionStatusType.ts:1</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
<h3 class="tsd-anchor-link"><span>Active<wbr/>Action<wbr/>Status</span><a href="#ActiveActionStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><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></g></svg></a></h3>
|
|
36
36
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Active<wbr/>Action<wbr/>Status</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ActiveActionStatus"</span></div><aside class="tsd-sources">
|
|
37
37
|
<ul>
|
|
38
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
38
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ActionStatusType.ts#L2">packages/rich-result/src/jsonld/ActionStatusType.ts:2</a></li></ul></aside></section>
|
|
39
39
|
<section class="tsd-panel tsd-member"><a id="CompletedActionStatus" class="tsd-anchor"></a>
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>Completed<wbr/>Action<wbr/>Status</span><a href="#CompletedActionStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
41
41
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Completed<wbr/>Action<wbr/>Status</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"CompletedActionStatus"</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ActionStatusType.ts#L3">packages/rich-result/src/jsonld/ActionStatusType.ts:3</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member"><a id="FailedActionStatus" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>Failed<wbr/>Action<wbr/>Status</span><a href="#FailedActionStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
46
46
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Failed<wbr/>Action<wbr/>Status</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"FailedActionStatus"</span></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ActionStatusType.ts#L4">packages/rich-result/src/jsonld/ActionStatusType.ts:4</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member"><a id="PotentialActionStatus" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>Potential<wbr/>Action<wbr/>Status</span><a href="#PotentialActionStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
51
51
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Potential<wbr/>Action<wbr/>Status</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"PotentialActionStatus"</span></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ActionStatusType.ts#L5">packages/rich-result/src/jsonld/ActionStatusType.ts:5</a></li></ul></aside></section></section></div>
|
|
54
54
|
<div class="col-sidebar">
|
|
55
55
|
<div class="page-menu">
|
|
56
56
|
<div class="tsd-navigation settings">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="ContactPointOption.html">ContactPointOption</a></li></ul>
|
|
17
17
|
<h1>Enumeration ContactPointOption</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ContactPointOption.ts#L1">packages/rich-result/src/jsonld/ContactPointOption.ts:1</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
<h3 class="tsd-anchor-link"><span>Hearing<wbr/>Impaired<wbr/>Supported</span><a href="#HearingImpairedSupported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><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></g></svg></a></h3>
|
|
34
34
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Hearing<wbr/>Impaired<wbr/>Supported</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"HearingImpairedSupported"</span></div><aside class="tsd-sources">
|
|
35
35
|
<ul>
|
|
36
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
36
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ContactPointOption.ts#L2">packages/rich-result/src/jsonld/ContactPointOption.ts:2</a></li></ul></aside></section>
|
|
37
37
|
<section class="tsd-panel tsd-member"><a id="TollFree" class="tsd-anchor"></a>
|
|
38
38
|
<h3 class="tsd-anchor-link"><span>Toll<wbr/>Free</span><a href="#TollFree" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
39
39
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Toll<wbr/>Free</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"TollFree"</span></div><aside class="tsd-sources">
|
|
40
40
|
<ul>
|
|
41
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
41
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ContactPointOption.ts#L3">packages/rich-result/src/jsonld/ContactPointOption.ts:3</a></li></ul></aside></section></section></div>
|
|
42
42
|
<div class="col-sidebar">
|
|
43
43
|
<div class="page-menu">
|
|
44
44
|
<div class="tsd-navigation settings">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="ItemAvailability.html">ItemAvailability</a></li></ul>
|
|
17
17
|
<h1>Enumeration ItemAvailability</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L1">packages/rich-result/src/jsonld/ItemAvailability.ts:1</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
</div>
|
|
44
44
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
45
45
|
<ul>
|
|
46
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
46
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L3">packages/rich-result/src/jsonld/ItemAvailability.ts:3</a></li></ul></aside></section>
|
|
47
47
|
<section class="tsd-panel tsd-member"><a id="InStock" class="tsd-anchor"></a>
|
|
48
48
|
<h3 class="tsd-anchor-link"><span>In<wbr/>Stock</span><a href="#InStock" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
49
49
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">In<wbr/>Stock</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/InStock"</span></div>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
</div>
|
|
52
52
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
53
53
|
<ul>
|
|
54
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
54
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L5">packages/rich-result/src/jsonld/ItemAvailability.ts:5</a></li></ul></aside></section>
|
|
55
55
|
<section class="tsd-panel tsd-member"><a id="InStoreOnly" class="tsd-anchor"></a>
|
|
56
56
|
<h3 class="tsd-anchor-link"><span>In<wbr/>Store<wbr/>Only</span><a href="#InStoreOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
57
57
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">In<wbr/>Store<wbr/>Only</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/InStoreOnly"</span></div>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</div>
|
|
60
60
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
61
61
|
<ul>
|
|
62
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
62
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L7">packages/rich-result/src/jsonld/ItemAvailability.ts:7</a></li></ul></aside></section>
|
|
63
63
|
<section class="tsd-panel tsd-member"><a id="LimitedAvailability" class="tsd-anchor"></a>
|
|
64
64
|
<h3 class="tsd-anchor-link"><span>Limited<wbr/>Availability</span><a href="#LimitedAvailability" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
65
65
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Limited<wbr/>Availability</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/LimitedAvailability"</span></div>
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
</div>
|
|
68
68
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
69
69
|
<ul>
|
|
70
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
70
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L9">packages/rich-result/src/jsonld/ItemAvailability.ts:9</a></li></ul></aside></section>
|
|
71
71
|
<section class="tsd-panel tsd-member"><a id="OnlineOnly" class="tsd-anchor"></a>
|
|
72
72
|
<h3 class="tsd-anchor-link"><span>Online<wbr/>Only</span><a href="#OnlineOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
73
73
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Online<wbr/>Only</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/OnlineOnly"</span></div>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
</div>
|
|
76
76
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
77
77
|
<ul>
|
|
78
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
78
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L11">packages/rich-result/src/jsonld/ItemAvailability.ts:11</a></li></ul></aside></section>
|
|
79
79
|
<section class="tsd-panel tsd-member"><a id="OutOfStock" class="tsd-anchor"></a>
|
|
80
80
|
<h3 class="tsd-anchor-link"><span>Out<wbr/>Of<wbr/>Stock</span><a href="#OutOfStock" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
81
81
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Out<wbr/>Of<wbr/>Stock</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/OutOfStock"</span></div>
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
</div>
|
|
84
84
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
85
85
|
<ul>
|
|
86
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
86
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L13">packages/rich-result/src/jsonld/ItemAvailability.ts:13</a></li></ul></aside></section>
|
|
87
87
|
<section class="tsd-panel tsd-member"><a id="PreOrder" class="tsd-anchor"></a>
|
|
88
88
|
<h3 class="tsd-anchor-link"><span>Pre<wbr/>Order</span><a href="#PreOrder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
89
89
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Pre<wbr/>Order</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/PreOrder"</span></div>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
</div>
|
|
92
92
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
93
93
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
94
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L15">packages/rich-result/src/jsonld/ItemAvailability.ts:15</a></li></ul></aside></section>
|
|
95
95
|
<section class="tsd-panel tsd-member"><a id="PreSale" class="tsd-anchor"></a>
|
|
96
96
|
<h3 class="tsd-anchor-link"><span>Pre<wbr/>Sale</span><a href="#PreSale" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
97
97
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Pre<wbr/>Sale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/PreSale"</span></div>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
</div>
|
|
100
100
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
101
101
|
<ul>
|
|
102
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
102
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L17">packages/rich-result/src/jsonld/ItemAvailability.ts:17</a></li></ul></aside></section>
|
|
103
103
|
<section class="tsd-panel tsd-member"><a id="SoldOut" class="tsd-anchor"></a>
|
|
104
104
|
<h3 class="tsd-anchor-link"><span>Sold<wbr/>Out</span><a href="#SoldOut" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
105
105
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Sold<wbr/>Out</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"https://schema.org/SoldOut"</span></div>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
109
109
|
<ul>
|
|
110
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
110
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/ItemAvailability.ts#L19">packages/rich-result/src/jsonld/ItemAvailability.ts:19</a></li></ul></aside></section></section></div>
|
|
111
111
|
<div class="col-sidebar">
|
|
112
112
|
<div class="page-menu">
|
|
113
113
|
<div class="tsd-navigation settings">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="MapCategoryType.html">MapCategoryType</a></li></ul>
|
|
17
17
|
<h1>Enumeration MapCategoryType</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/MapCategoryType.ts#L1">packages/rich-result/src/jsonld/MapCategoryType.ts:1</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
<h3 class="tsd-anchor-link"><span>Parking<wbr/>Map</span><a href="#ParkingMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><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></g></svg></a></h3>
|
|
36
36
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Parking<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ParkingMap"</span></div><aside class="tsd-sources">
|
|
37
37
|
<ul>
|
|
38
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
38
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/MapCategoryType.ts#L2">packages/rich-result/src/jsonld/MapCategoryType.ts:2</a></li></ul></aside></section>
|
|
39
39
|
<section class="tsd-panel tsd-member"><a id="SeatingMap" class="tsd-anchor"></a>
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>Seating<wbr/>Map</span><a href="#SeatingMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
41
41
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Seating<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"SeatingMap"</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/MapCategoryType.ts#L3">packages/rich-result/src/jsonld/MapCategoryType.ts:3</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member"><a id="TransitMap" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>Transit<wbr/>Map</span><a href="#TransitMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
46
46
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Transit<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"TransitMap"</span></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/MapCategoryType.ts#L4">packages/rich-result/src/jsonld/MapCategoryType.ts:4</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member"><a id="VenueMap" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>Venue<wbr/>Map</span><a href="#VenueMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
51
51
|
<div class="tsd-signature"><span class="tsd-kind-enum-member">Venue<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"VenueMap"</span></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/MapCategoryType.ts#L5">packages/rich-result/src/jsonld/MapCategoryType.ts:5</a></li></ul></aside></section></section></div>
|
|
54
54
|
<div class="col-sidebar">
|
|
55
55
|
<div class="page-menu">
|
|
56
56
|
<div class="tsd-navigation settings">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">Action</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L13">packages/rich-result/src/jsonld/Action.ts:13</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -62,134 +62,134 @@
|
|
|
62
62
|
<div class="tsd-signature"><span class="tsd-kind-property">@type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
63
63
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#_type">@type</a></p>
|
|
64
64
|
<ul>
|
|
65
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
65
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Base.ts#L2">packages/rich-result/src/jsonld/Base.ts:2</a></li></ul></aside></section>
|
|
66
66
|
<section class="tsd-panel tsd-member"><a id="actionStatus" class="tsd-anchor"></a>
|
|
67
67
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>action<wbr/>Status</span><a href="#actionStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
68
68
|
<div class="tsd-signature"><span class="tsd-kind-property">action<wbr/>Status</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/ActionStatusType.html" class="tsd-signature-type tsd-kind-enum">ActionStatusType</a></div><aside class="tsd-sources">
|
|
69
69
|
<ul>
|
|
70
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
70
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L14">packages/rich-result/src/jsonld/Action.ts:14</a></li></ul></aside></section>
|
|
71
71
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="additionalType" class="tsd-anchor"></a>
|
|
72
72
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>additional<wbr/>Type</span><a href="#additionalType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
73
73
|
<div class="tsd-signature"><span class="tsd-kind-property">additional<wbr/>Type</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a></div><aside class="tsd-sources">
|
|
74
74
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#additionalType">additionalType</a></p>
|
|
75
75
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
76
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L11">packages/rich-result/src/jsonld/Thing.ts:11</a></li></ul></aside></section>
|
|
77
77
|
<section class="tsd-panel tsd-member"><a id="agent" class="tsd-anchor"></a>
|
|
78
78
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>agent</span><a href="#agent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
79
79
|
<div class="tsd-signature"><span class="tsd-kind-property">agent</span><span class="tsd-signature-symbol">?:</span> <a href="Person.html" class="tsd-signature-type tsd-kind-interface">Person</a><span class="tsd-signature-symbol"> | </span><a href="Organization.html" class="tsd-signature-type tsd-kind-interface">Organization</a></div><aside class="tsd-sources">
|
|
80
80
|
<ul>
|
|
81
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
81
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L15">packages/rich-result/src/jsonld/Action.ts:15</a></li></ul></aside></section>
|
|
82
82
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="alternateName" class="tsd-anchor"></a>
|
|
83
83
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>alternate<wbr/>Name</span><a href="#alternateName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
84
84
|
<div class="tsd-signature"><span class="tsd-kind-property">alternate<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
|
|
85
85
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#alternateName">alternateName</a></p>
|
|
86
86
|
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
87
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L12">packages/rich-result/src/jsonld/Thing.ts:12</a></li></ul></aside></section>
|
|
88
88
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="description" class="tsd-anchor"></a>
|
|
89
89
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
90
90
|
<div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
|
|
91
91
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#description">description</a></p>
|
|
92
92
|
<ul>
|
|
93
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
93
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L13">packages/rich-result/src/jsonld/Thing.ts:13</a></li></ul></aside></section>
|
|
94
94
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="disambiguatingDescription" class="tsd-anchor"></a>
|
|
95
95
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>disambiguating<wbr/>Description</span><a href="#disambiguatingDescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
96
96
|
<div class="tsd-signature"><span class="tsd-kind-property">disambiguating<wbr/>Description</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
|
|
97
97
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#disambiguatingDescription">disambiguatingDescription</a></p>
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
99
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L14">packages/rich-result/src/jsonld/Thing.ts:14</a></li></ul></aside></section>
|
|
100
100
|
<section class="tsd-panel tsd-member"><a id="endTime" class="tsd-anchor"></a>
|
|
101
101
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>end<wbr/>Time</span><a href="#endTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
102
102
|
<div class="tsd-signature"><span class="tsd-kind-property">end<wbr/>Time</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
103
103
|
<ul>
|
|
104
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
104
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L16">packages/rich-result/src/jsonld/Action.ts:16</a></li></ul></aside></section>
|
|
105
105
|
<section class="tsd-panel tsd-member"><a id="error" class="tsd-anchor"></a>
|
|
106
106
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>error</span><a href="#error" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
107
107
|
<div class="tsd-signature"><span class="tsd-kind-property">error</span><span class="tsd-signature-symbol">?:</span> <a href="Thing.html" class="tsd-signature-type tsd-kind-interface">Thing</a></div><aside class="tsd-sources">
|
|
108
108
|
<ul>
|
|
109
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
109
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L17">packages/rich-result/src/jsonld/Action.ts:17</a></li></ul></aside></section>
|
|
110
110
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="identifier" class="tsd-anchor"></a>
|
|
111
111
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>identifier</span><a href="#identifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
112
112
|
<div class="tsd-signature"><span class="tsd-kind-property">identifier</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">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><a href="PropertyValue.html" class="tsd-signature-type tsd-kind-interface">PropertyValue</a></div><aside class="tsd-sources">
|
|
113
113
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#identifier">identifier</a></p>
|
|
114
114
|
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
115
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L15">packages/rich-result/src/jsonld/Thing.ts:15</a></li></ul></aside></section>
|
|
116
116
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="image" class="tsd-anchor"></a>
|
|
117
117
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>image</span><a href="#image" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
118
118
|
<div class="tsd-signature"><span class="tsd-kind-property">image</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a><span class="tsd-signature-symbol"> | </span><a href="ImageObject.html" class="tsd-signature-type tsd-kind-interface">ImageObject</a></div><aside class="tsd-sources">
|
|
119
119
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#image">image</a></p>
|
|
120
120
|
<ul>
|
|
121
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
121
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L16">packages/rich-result/src/jsonld/Thing.ts:16</a></li></ul></aside></section>
|
|
122
122
|
<section class="tsd-panel tsd-member"><a id="instrument" class="tsd-anchor"></a>
|
|
123
123
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>instrument</span><a href="#instrument" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
124
124
|
<div class="tsd-signature"><span class="tsd-kind-property">instrument</span><span class="tsd-signature-symbol">?:</span> <a href="Thing.html" class="tsd-signature-type tsd-kind-interface">Thing</a></div><aside class="tsd-sources">
|
|
125
125
|
<ul>
|
|
126
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
126
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L18">packages/rich-result/src/jsonld/Action.ts:18</a></li></ul></aside></section>
|
|
127
127
|
<section class="tsd-panel tsd-member"><a id="location" class="tsd-anchor"></a>
|
|
128
128
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>location</span><a href="#location" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
129
129
|
<div class="tsd-signature"><span class="tsd-kind-property">location</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="Thing.html" class="tsd-signature-type tsd-kind-interface">Thing</a><span class="tsd-signature-symbol"> | </span><a href="Place.html" class="tsd-signature-type tsd-kind-interface">Place</a><span class="tsd-signature-symbol"> | </span><a href="PostalAddress.html" class="tsd-signature-type tsd-kind-interface">PostalAddress</a></div><aside class="tsd-sources">
|
|
130
130
|
<ul>
|
|
131
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
131
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L19">packages/rich-result/src/jsonld/Action.ts:19</a></li></ul></aside></section>
|
|
132
132
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="mainIdentityOfPage" class="tsd-anchor"></a>
|
|
133
133
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>main<wbr/>Identity<wbr/>Of<wbr/>Page</span><a href="#mainIdentityOfPage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
134
134
|
<div class="tsd-signature"><span class="tsd-kind-property">main<wbr/>Identity<wbr/>Of<wbr/>Page</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a><span class="tsd-signature-symbol"> | </span><a href="CreativeWork.html" class="tsd-signature-type tsd-kind-interface">CreativeWork</a></div><aside class="tsd-sources">
|
|
135
135
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#mainIdentityOfPage">mainIdentityOfPage</a></p>
|
|
136
136
|
<ul>
|
|
137
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
137
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L17">packages/rich-result/src/jsonld/Thing.ts:17</a></li></ul></aside></section>
|
|
138
138
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="name" class="tsd-anchor"></a>
|
|
139
139
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
140
140
|
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
|
|
141
141
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#name">name</a></p>
|
|
142
142
|
<ul>
|
|
143
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
143
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L18">packages/rich-result/src/jsonld/Thing.ts:18</a></li></ul></aside></section>
|
|
144
144
|
<section class="tsd-panel tsd-member"><a id="object" class="tsd-anchor"></a>
|
|
145
145
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>object</span><a href="#object" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
146
146
|
<div class="tsd-signature"><span class="tsd-kind-property">object</span><span class="tsd-signature-symbol">?:</span> <a href="Thing.html" class="tsd-signature-type tsd-kind-interface">Thing</a></div><aside class="tsd-sources">
|
|
147
147
|
<ul>
|
|
148
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
148
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L20">packages/rich-result/src/jsonld/Action.ts:20</a></li></ul></aside></section>
|
|
149
149
|
<section class="tsd-panel tsd-member"><a id="participant" class="tsd-anchor"></a>
|
|
150
150
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>participant</span><a href="#participant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
151
151
|
<div class="tsd-signature"><span class="tsd-kind-property">participant</span><span class="tsd-signature-symbol">?:</span> <a href="Person.html" class="tsd-signature-type tsd-kind-interface">Person</a><span class="tsd-signature-symbol"> | </span><a href="Organization.html" class="tsd-signature-type tsd-kind-interface">Organization</a></div><aside class="tsd-sources">
|
|
152
152
|
<ul>
|
|
153
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
153
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L21">packages/rich-result/src/jsonld/Action.ts:21</a></li></ul></aside></section>
|
|
154
154
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="potentialAction" class="tsd-anchor"></a>
|
|
155
155
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>potential<wbr/>Action</span><a href="#potentialAction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
156
156
|
<div class="tsd-signature"><span class="tsd-kind-property">potential<wbr/>Action</span><span class="tsd-signature-symbol">?:</span> <a href="Action.html" class="tsd-signature-type tsd-kind-interface">Action</a></div><aside class="tsd-sources">
|
|
157
157
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#potentialAction">potentialAction</a></p>
|
|
158
158
|
<ul>
|
|
159
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
159
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L19">packages/rich-result/src/jsonld/Thing.ts:19</a></li></ul></aside></section>
|
|
160
160
|
<section class="tsd-panel tsd-member"><a id="result" class="tsd-anchor"></a>
|
|
161
161
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>result</span><a href="#result" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
162
162
|
<div class="tsd-signature"><span class="tsd-kind-property">result</span><span class="tsd-signature-symbol">?:</span> <a href="Thing.html" class="tsd-signature-type tsd-kind-interface">Thing</a></div><aside class="tsd-sources">
|
|
163
163
|
<ul>
|
|
164
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
164
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L22">packages/rich-result/src/jsonld/Action.ts:22</a></li></ul></aside></section>
|
|
165
165
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="sameAs" class="tsd-anchor"></a>
|
|
166
166
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>same<wbr/>As</span><a href="#sameAs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
167
167
|
<div class="tsd-signature"><span class="tsd-kind-property">same<wbr/>As</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a></div><aside class="tsd-sources">
|
|
168
168
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#sameAs">sameAs</a></p>
|
|
169
169
|
<ul>
|
|
170
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
170
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L20">packages/rich-result/src/jsonld/Thing.ts:20</a></li></ul></aside></section>
|
|
171
171
|
<section class="tsd-panel tsd-member"><a id="startTime" class="tsd-anchor"></a>
|
|
172
172
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>start<wbr/>Time</span><a href="#startTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
173
173
|
<div class="tsd-signature"><span class="tsd-kind-property">start<wbr/>Time</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
174
174
|
<ul>
|
|
175
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
175
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L23">packages/rich-result/src/jsonld/Action.ts:23</a></li></ul></aside></section>
|
|
176
176
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="subjectOf" class="tsd-anchor"></a>
|
|
177
177
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>subject<wbr/>Of</span><a href="#subjectOf" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
178
178
|
<div class="tsd-signature"><span class="tsd-kind-property">subject<wbr/>Of</span><span class="tsd-signature-symbol">?:</span> <a href="CreativeWork.html" class="tsd-signature-type tsd-kind-interface">CreativeWork</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Event</span></div><aside class="tsd-sources">
|
|
179
179
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#subjectOf">subjectOf</a></p>
|
|
180
180
|
<ul>
|
|
181
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
181
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L21">packages/rich-result/src/jsonld/Thing.ts:21</a></li></ul></aside></section>
|
|
182
182
|
<section class="tsd-panel tsd-member"><a id="target" class="tsd-anchor"></a>
|
|
183
183
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>target</span><a href="#target" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
184
184
|
<div class="tsd-signature"><span class="tsd-kind-property">target</span><span class="tsd-signature-symbol">?:</span> <a href="EntryPoint.html" class="tsd-signature-type tsd-kind-interface">EntryPoint</a></div><aside class="tsd-sources">
|
|
185
185
|
<ul>
|
|
186
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
186
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Action.ts#L24">packages/rich-result/src/jsonld/Action.ts:24</a></li></ul></aside></section>
|
|
187
187
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="url" class="tsd-anchor"></a>
|
|
188
188
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>url</span><a href="#url" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
189
189
|
<div class="tsd-signature"><span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a></div><aside class="tsd-sources">
|
|
190
190
|
<p>Inherited from <a href="Thing.html">Thing</a>.<a href="Thing.html#url">url</a></p>
|
|
191
191
|
<ul>
|
|
192
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
192
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/rich-result/src/jsonld/Thing.ts#L22">packages/rich-result/src/jsonld/Thing.ts:22</a></li></ul></aside></section></section></div>
|
|
193
193
|
<div class="col-sidebar">
|
|
194
194
|
<div class="page-menu">
|
|
195
195
|
<div class="tsd-navigation settings">
|