diff --git a/lib/fileListFilters.ts b/lib/fileListFilters.ts index 8715531f..b30db488 100644 --- a/lib/fileListFilters.ts +++ b/lib/fileListFilters.ts @@ -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 */