Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
815are committed Feb 21, 2025
1 parent fa50037 commit 268f5d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fe-fpm-writer/src/building-block/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,19 @@ export interface FilterBar extends BuildingBlock {
search?: string;
/**
* If true, the search is triggered automatically when a filter value is changed.
*
* @default false
*/
liveMode?: boolean;
/**
* Handles the visibility of the 'Clear' button on the FilterBar.
*
* @default false
*/
showClearButton?: boolean;
/**
* Displays possible errors during the search in a message box.
*
* @default true
*/
showMessages?: boolean;
Expand Down

0 comments on commit 268f5d8

Please sign in to comment.