33< head >
44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6- < title > DataFormats | @server-state/types - v0.1.0 </ title >
6+ < title > DataFormats | @server-state/types - v0.1.1 </ title >
77 < meta name ="description " content ="">
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
99 < link rel ="stylesheet " href ="../assets/css/main.css ">
2222 < li class ="state loading "> Preparing search index...</ li >
2323 < li class ="state failure "> The search index is not available</ li >
2424 </ ul >
25- < a href ="../index.html " class ="title "> @server-state/types - v0.1.0 </ a >
25+ < a href ="../index.html " class ="title "> @server-state/types - v0.1.1 </ a >
2626 </ div >
2727 < div class ="table-cell " id ="tsd-widgets ">
2828 < div id ="tsd-filter ">
@@ -106,19 +106,14 @@ <h3>Hierarchical<wbr>Data</h3>
106106 < div class ="tsd-signature tsd-kind-icon "> Hierarchical< wbr > Data< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
107107 < aside class ="tsd-sources ">
108108 < ul >
109- < li > Defined in index.d.ts:62 </ li >
109+ < li > Defined in index.d.ts:58 </ li >
110110 </ ul >
111111 </ aside >
112112 < div class ="tsd-comment tsd-typography ">
113113 < div class ="lead ">
114114 < p > Hierarchical weighted data describes a tree structure, where nodes contain n child nodes and where all nodes have the size of the sum of the sum of all child nodes, with leaf nodes having an explicit size.</ p >
115115 </ div >
116116 < p > Suggested visualizations: Lists, tables, treemaps, sunburst charts</ p >
117- < dl class ="tsd-comment-tags ">
118- < dt > see</ dt >
119- < dd > < p > < a href ="https://server-state.github.io/specs/#/arch/data-formats?id=hierarchical-weighted-data "> https://server-state.github.io/specs/#/arch/data-formats?id=hierarchical-weighted-data</ a > </ p >
120- </ dd >
121- </ dl >
122117 </ div >
123118 < div class ="tsd-type-declaration ">
124119 < h4 > Type declaration</ h4 >
@@ -164,7 +159,7 @@ <h3>Key<wbr>Value<wbr>Pair<wbr>Data</h3>
164159 < div class ="tsd-signature tsd-kind-icon "> Key< wbr > Value< wbr > Pair< wbr > Data< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
165160 < aside class ="tsd-sources ">
166161 < ul >
167- < li > Defined in index.d.ts:124 </ li >
162+ < li > Defined in index.d.ts:112 </ li >
168163 </ ul >
169164 </ aside >
170165 < div class ="tsd-comment tsd-typography ">
@@ -173,11 +168,6 @@ <h3>Key<wbr>Value<wbr>Pair<wbr>Data</h3>
173168 </ div >
174169 < p > Please note that < code > true</ code > /< code > false</ code > should get mapped to < em > yes</ em > /< em > no</ em > in visualizations.</ p >
175170 < p > Suggested visualizations: Table, List</ p >
176- < dl class ="tsd-comment-tags ">
177- < dt > see</ dt >
178- < dd > < p > < a href ="https://server-state.github.io/specs/#/arch/data-formats?id=key-value-pair "> https://server-state.github.io/specs/#/arch/data-formats?id=key-value-pair</ a > </ p >
179- </ dd >
180- </ dl >
181171 </ div >
182172 < div class ="tsd-type-declaration ">
183173 < h4 > Type declaration</ h4 >
@@ -194,19 +184,14 @@ <h3>Markdown</h3>
194184 < div class ="tsd-signature tsd-kind-icon "> Markdown< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > </ div >
195185 < aside class ="tsd-sources ">
196186 < ul >
197- < li > Defined in index.d.ts:87 </ li >
187+ < li > Defined in index.d.ts:81 </ li >
198188 </ ul >
199189 </ aside >
200190 < div class ="tsd-comment tsd-typography ">
201191 < div class ="lead ">
202192 < p > Raw Markdown that gets generated in the SM and rendered in the client</ p >
203193 </ div >
204194 < p > Suggested visualizations: Markdown renderer, Raw text renderer for environments with no Rich Text support</ p >
205- < dl class ="tsd-comment-tags ">
206- < dt > see</ dt >
207- < dd > < p > < a href ="https://server-state.github.io/specs/#/arch/data-formats?id=markdown "> https://server-state.github.io/specs/#/arch/data-formats?id=markdown</ a > </ p >
208- </ dd >
209- </ dl >
210195 </ div >
211196 </ section >
212197 < section class ="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported ">
@@ -215,19 +200,14 @@ <h3>Table<wbr>Data</h3>
215200 < div class ="tsd-signature tsd-kind-icon "> Table< wbr > Data< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
216201 < aside class ="tsd-sources ">
217202 < ul >
218- < li > Defined in index.d.ts:103 </ li >
203+ < li > Defined in index.d.ts:93 </ li >
219204 </ ul >
220205 </ aside >
221206 < div class ="tsd-comment tsd-typography ">
222207 < div class ="lead ">
223208 < p > Data that's "display-able" in a table format.</ p >
224209 </ div >
225210 < p > Suggested visualizations: Table, Data Table, Selective charts (mapping numerical fields to x and y in line data)</ p >
226- < dl class ="tsd-comment-tags ">
227- < dt > see</ dt >
228- < dd > < p > < a href ="https://server-state.github.io/specs/#/arch/data-formats?id=tabletable-like "> https://server-state.github.io/specs/#/arch/data-formats?id=tabletable-like</ a > </ p >
229- </ dd >
230- </ dl >
231211 </ div >
232212 < div class ="tsd-type-declaration ">
233213 < h4 > Type declaration</ h4 >
@@ -257,19 +237,14 @@ <h3>Text</h3>
257237 < div class ="tsd-signature tsd-kind-icon "> Text< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > </ div >
258238 < aside class ="tsd-sources ">
259239 < ul >
260- < li > Defined in index.d.ts:95 </ li >
240+ < li > Defined in index.d.ts:87 </ li >
261241 </ ul >
262242 </ aside >
263243 < div class ="tsd-comment tsd-typography ">
264244 < div class ="lead ">
265245 < p > Raw text that gets generated in the SM and rendered in the client</ p >
266246 </ div >
267247 < p > Suggested visualizations: Plain text output</ p >
268- < dl class ="tsd-comment-tags ">
269- < dt > see</ dt >
270- < dd > < p > < a href ="https://server-state.github.io/specs/#/arch/data-formats?id=text "> https://server-state.github.io/specs/#/arch/data-formats?id=text</ a > </ p >
271- </ dd >
272- </ dl >
273248 </ div >
274249 </ section >
275250 < section class ="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported ">
@@ -278,18 +253,13 @@ <h3>XYData</h3>
278253 < div class ="tsd-signature tsd-kind-icon "> XYData< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> Array</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="serverstate.dataformats.html#xydatapoint " class ="tsd-signature-type "> XYDataPoint</ a > < span class ="tsd-signature-symbol "> ></ span > </ div >
279254 < aside class ="tsd-sources ">
280255 < ul >
281- < li > Defined in index.d.ts:54 </ li >
256+ < li > Defined in index.d.ts:52 </ li >
282257 </ ul >
283258 </ aside >
284259 < div class ="tsd-comment tsd-typography ">
285260 < div class ="lead ">
286261 < p > We call numeric data containing 2D-points that can get plotted in a graph XYData. Below, you can find its specifications.</ p >
287262 </ div >
288- < dl class ="tsd-comment-tags ">
289- < dt > see</ dt >
290- < dd > < p > < a href ="https://server-state.github.io/specs/#/arch/data-formats?id=line-xy-data "> https://server-state.github.io/specs/#/arch/data-formats?id=line-xy-data</ a > </ p >
291- </ dd >
292- </ dl >
293263 </ div >
294264 </ section >
295265 < section class ="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported ">
0 commit comments