Skip to content

Commit

Permalink
update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Sep 17, 2024
1 parent aeb794a commit 413a948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/property-filter/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export interface PropertyFilterProps extends BaseComponentProps, ExpandToViewpor
countText?: string;
/**
* An object representing the current query displayed in the property filter. Has three properties: `operation`, `tokens`, and `tokenGroups`.
* The `operation` has two valid values: "and", "or", and controls the join operation to be applied between tokens when filtering the items.
* The `tokens` is an array of objects that will be displayed to the user beneath the filtering input. When `enableTokenGroups=true`, the
* `tokenGroups` property is populated instead, which supports nested tokens.
* The `operation` property has two valid values: "and", "or", and controls the join operation to be applied between tokens when filtering the items.
* The `tokens` property is an array of objects that will be displayed to the user beneath the filtering input. When `enableTokenGroups=true`, the
* `tokenGroups` property is used instead, which supports nested tokens.
*
* Each token has the following properties:
* * value [string]: The string value of the token to be used as a filter.
Expand Down

0 comments on commit 413a948

Please sign in to comment.