Skip to content

Commit ed46018

Browse files
committed
reorder params
1 parent 6e8cd15 commit ed46018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/Filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The following chapters contain drafts in this format. Please mind that they neit
2828
| fieldName | type | description |
2929
| - | - | - |
3030
| knownValues | (string \| number \| boolean \| null)[] | Array of known values for the feature properties. Each entry will result in a checkbox that allows filtering the appropriate features. Properties not listed will not be filterable and never be visible. The technical name will result in a localization key that can be configured on a per-client basis. |
31-
| selectAll | boolean? | If true, a checkbox is added to de/select all `knownValues` (above) at once. Defaults to `false`. |
3231
| targetProperty | string | Target property to filter by. This is the name (that is, key) of a feature property. |
32+
| selectAll | boolean? | If true, a checkbox is added to de/select all `knownValues` (above) at once. Defaults to `false`. |
3333

3434
For example, `{targetProperty: 'favouriteIceCream', knownValues: ['chocolate', 'vanilla', 'strawberry'], selectAll: true}` will add these checkboxes:
3535

0 commit comments

Comments
 (0)