Skip to content

Commit bab3a87

Browse files
committed
add: comment.
1 parent f6b5615 commit bab3a87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib/components/multiSelectTable.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
deleteContentNotice?: Snippet;
5151
onDelete?: (
5252
batchDelete: DeleteOperation,
53+
/**
54+
* this is useful if you have a custom deletion logic
55+
* and don't want to use the batchDelete helper provided!
56+
*/
5357
selectedRows: string[]
5458
) => Promise<DeleteOperationState> | DeleteOperationState;
5559
onCancel?: () => Promise<void> | void;

0 commit comments

Comments
 (0)