[ADF-3745] Added styling to *where* property for clarity (#4278)

This commit is contained in:
Andy Stark
2019-02-06 19:07:08 +00:00
committed by Eugenio Romano
parent b4c6a2252a
commit 2076746b52
5 changed files with 12 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit {
_rowFilter: RowFilter = defaultValidation;
/** Custom where filter function. See the
/** Custom *where* filter function. See the
* [Document List component](document-list.component.md)
* for more information.
*/

View File

@@ -89,7 +89,10 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
@Input()
includeFields: string[];
/** filter the Node list using the where condition of the rest api for example (isFolder=true) see the rest api documentation for more information. */
/**
* Filters the Node list using the *where* condition of the REST API
* (for example, isFolder=true). See the REST API documentation for more information.
*/
@Input()
where: string;