[ADF-2847] Added Class members headings and rebuilt prop/method tables for docs (#3240)

* [ADF-2847] Added class members heading to content services docs

* [ADF-2847] Updated all prop/method tables in content services
This commit is contained in:
Andy Stark
2018-04-26 14:54:25 +01:00
committed by Eugenio Romano
parent 616036f9e7
commit 2c0e7aa035
40 changed files with 541 additions and 405 deletions

View File

@@ -14,25 +14,10 @@ Represents a main container component for custom search and faceted search setti
<adf-search-filter #settings></adf-search-filter>
```
## Class members
### Properties
For the property types please refer to the [Search Category interface](#categories).
| Property | Description |
| --- | --- |
| id | Unique identifier of the category. Also used to access QueryBuilder customizations for a particular widget. |
| name | Public display name for the category. |
| enabled | Toggles category availability. Set to `false` if you want to exclude a category from processing. |
| expanded | Toggles the expanded state of the category |
| component.selector | The id of the Angular component selector to render the Category |
| component.settings | An object containing component specific settings. Put any properties needed for the target component here. |
## Details
The component is based on dynamically created widgets to modify the resulting query and options,
and the [Search Query Builder service](search-query-builder.service.md)` to build and execute the search queries.
and the [Search Query Builder service](search-query-builder.service.md)\` to build and execute the search queries.
### Configuration
@@ -132,4 +117,4 @@ export interface SearchWidgetSettings {
## See also
- [Search Query Builder service](search-query-builder.service.md)
- [Search Query Builder service](search-query-builder.service.md)