Skip to content

Commit

Permalink
Merge pull request #1075 from nextcloud-libraries/fix/add-missing-use…
Browse files Browse the repository at this point in the history
…r-prop
  • Loading branch information
skjnldsv authored Sep 12, 2024
2 parents 50465ed + 3d333db commit 7a187ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/fileListFilters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ export interface IFileListFilterChip {
* Text of the chip
*/
text: string

/**
* Optional icon to be used on the chip (inline SVG as string)
*/
icon?: string

/**
* Optional pass a user id to use a user avatar instead of an icon
*/
user?: string

/**
* Handler to be called on click
*/
Expand Down

0 comments on commit 7a187ae

Please sign in to comment.