Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 19, 2022
1 parent 1a05170 commit 013e993
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/answers-react-components.standardfacetsprops.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export interface StandardFacetsProps
| [customCssClasses?](./answers-react-components.standardfacetsprops.customcssclasses.md) | [StandardFacetsCssClasses](./answers-react-components.standardfacetscssclasses.md) | <i>(Optional)</i> CSS classes for customizing the component styling. |
| [defaultExpanded?](./answers-react-components.standardfacetsprops.defaultexpanded.md) | boolean | <i>(Optional)</i> If the filter group is collapsible, whether or not it should start out expanded. Defaults to true. |
| [excludedFieldIds?](./answers-react-components.standardfacetsprops.excludedfieldids.md) | string\[\] | <i>(Optional)</i> List of filter ids that should not be displayed. |
| [searchable?](./answers-react-components.standardfacetsprops.searchable.md) | boolean | <i>(Optional)</i> Whether or not to display a text input to search for filter options. |
| [searchOnChange?](./answers-react-components.standardfacetsprops.searchonchange.md) | boolean | <i>(Optional)</i> Whether or not a search is automatically run when a filter is selected. Defaults to true. |
| [showMoreLimit?](./answers-react-components.standardfacetsprops.showmorelimit.md) | number | <i>(Optional)</i> Limit on the number of options to be displayed. Defaults to 10. |

13 changes: 0 additions & 13 deletions docs/answers-react-components.standardfacetsprops.searchable.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/answers-react-components.standardfacetsprops.showmorelimit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@yext/answers-react-components](./answers-react-components.md) &gt; [StandardFacetsProps](./answers-react-components.standardfacetsprops.md) &gt; [showMoreLimit](./answers-react-components.standardfacetsprops.showmorelimit.md)

## StandardFacetsProps.showMoreLimit property

Limit on the number of options to be displayed. Defaults to 10.

<b>Signature:</b>

```typescript
showMoreLimit?: number;
```
2 changes: 1 addition & 1 deletion etc/answers-react-components.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ export interface StandardFacetsProps {
customCssClasses?: StandardFacetsCssClasses;
defaultExpanded?: boolean;
excludedFieldIds?: string[];
searchable?: boolean;
searchOnChange?: boolean;
showMoreLimit?: number;
}

// @public
Expand Down

0 comments on commit 013e993

Please sign in to comment.