Skip to content

Commit

Permalink
[update] add-card event. Add select parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Feb 21, 2024
1 parent 1d310f4 commit 62199ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/events/js_kanban_addcard_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ description: You can learn about the add-card event in the documentation of the
id?: string | number,
rowId?: string | number,
before?: string | number,
select?: boolean,
card?: object,
skipProvider?: boolean,
}) => void;
Expand All @@ -31,6 +32,7 @@ The callback of the **add-card** event can take an object with the following par
- `id` - (optional) the ID of the new card
- `rowId` - (optional) the ID of the target row
- `before` - (optional) the ID of the card, before which the new card will be placed
- `select` - (optional) enables/disables selecting new added card
- `card` - (optional) the data object of the new card. The full list of the card parameters can be found [here](api/config/js_kanban_cards_config.md)
- `skipProvider` - (optional) enables/disables preventing the request from being sent to the server

Expand Down

0 comments on commit 62199ee

Please sign in to comment.