Skip to content

Commit

Permalink
Update isVisible comment doc
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Oct 2, 2024
1 parent c180357 commit f013b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export type Field< Item > = {
isValid?: ( item: Item, context?: ValidationContext ) => boolean;

/**
* Callback used to display the field.
* Callback used to decide if a field should be displayed.
*/
isVisible?: ( item: Item ) => boolean;

Expand Down

0 comments on commit f013b70

Please sign in to comment.