mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Added styling to *where* property for clarity (#4278)
This commit is contained in:
committed by
Eugenio Romano
parent
b4c6a2252a
commit
2076746b52
@@ -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.
|
||||
*/
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user