Skip to content

Commit 52df9cb

Browse files
Updated jsDocs
1 parent 4434958 commit 52df9cb

File tree

5 files changed

+8
-17
lines changed

5 files changed

+8
-17
lines changed

docs/AttributeFilter.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,7 @@ <h4 class="name" id="value"><span class="type-signature"></span>value<span class
268268

269269

270270
<div class="description">
271-
Specifies the value to filter for. This can be a primitive or object. If a primitive is specified, then the attribute property must
272-
be used in conjunction. However, that type of usage is only provided for backwards compatibility and has been deprecated. Therefore,
273-
value should be an object which specifies attribute/value pairs to filter on. The op will be applied to each attribute/value pair and
274-
the whole will be AND'd. For subobjects, please specify them in a nested structure.
271+
Specifies the value to filter for. This can be a primitive or object.
275272
</div>
276273

277274

docs/CompoundFilter.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>CompoundFilter</h2>
7272

7373
<dt class="tag-source">Source:</dt>
7474
<dd class="tag-source"><ul class="dummy"><li>
75-
<a href="DataMapping.js.html">DataMapping.js</a>, <a href="DataMapping.js.html#line207">line 207</a>
75+
<a href="DataMapping.js.html">DataMapping.js</a>, <a href="DataMapping.js.html#line204">line 204</a>
7676
</li></ul></dd>
7777

7878

@@ -159,7 +159,7 @@ <h5>Type:</h5>
159159

160160
<dt class="tag-source">Source:</dt>
161161
<dd class="tag-source"><ul class="dummy"><li>
162-
<a href="DataMapping.js.html">DataMapping.js</a>, <a href="DataMapping.js.html#line229">line 229</a>
162+
<a href="DataMapping.js.html">DataMapping.js</a>, <a href="DataMapping.js.html#line226">line 226</a>
163163
</li></ul></dd>
164164

165165

@@ -235,7 +235,7 @@ <h5>Type:</h5>
235235

236236
<dt class="tag-source">Source:</dt>
237237
<dd class="tag-source"><ul class="dummy"><li>
238-
<a href="DataMapping.js.html">DataMapping.js</a>, <a href="DataMapping.js.html#line214">line 214</a>
238+
<a href="DataMapping.js.html">DataMapping.js</a>, <a href="DataMapping.js.html#line211">line 211</a>
239239
</li></ul></dd>
240240

241241

docs/DataMapping.js.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h1 class="page-title">Source: DataMapping.js</h1>
192192
* @memberof AttributeFilter
193193
* @instance
194194
* @name attribute
195-
* @type {string=}
195+
* @type {string}
196196
*/
197197

198198
/**
@@ -219,10 +219,7 @@ <h1 class="page-title">Source: DataMapping.js</h1>
219219
*/
220220

221221
/**
222-
* Specifies the value to filter for. This can be a primitive or object. If a primitive is specified, then the attribute property must
223-
* be used in conjunction. However, that type of usage is only provided for backwards compatibility and has been deprecated. Therefore,
224-
* value should be an object which specifies attribute/value pairs to filter on. The op will be applied to each attribute/value pair and
225-
* the whole will be AND'd. For subobjects, please specify them in a nested structure.
222+
* Specifies the value to filter for. This can be a primitive or object.
226223
*
227224
* @export
228225
* @expose

docs/images/arch_diagram.png

-16.2 KB
Binary file not shown.

src/DataMapping.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
* @memberof AttributeFilter
165165
* @instance
166166
* @name attribute
167-
* @type {string=}
167+
* @type {string}
168168
*/
169169

170170
/**
@@ -191,10 +191,7 @@
191191
*/
192192

193193
/**
194-
* Specifies the value to filter for. This can be a primitive or object. If a primitive is specified, then the attribute property must
195-
* be used in conjunction. However, that type of usage is only provided for backwards compatibility and has been deprecated. Therefore,
196-
* value should be an object which specifies attribute/value pairs to filter on. The op will be applied to each attribute/value pair and
197-
* the whole will be AND'd. For subobjects, please specify them in a nested structure.
194+
* Specifies the value to filter for. This can be a primitive or object.
198195
*
199196
* @export
200197
* @expose

0 commit comments

Comments
 (0)