File tree Expand file tree Collapse file tree 3 files changed +21
-51
lines changed
Expand file tree Collapse file tree 3 files changed +21
-51
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,13 @@ api.exec(
2222### Parameters
2323
2424- ` event ` - (mandatory) an event to be fired
25- - ` config ` - (mandatory) the config object with parameters
26-
27- ### Event list
28-
29- - ** "add-card"**
30- - ** "add-column"**
31- - ** "add-row"**
32- - ** "delete-card"**
33- - ** "delete-column"**
34- - ** "delete-row"**
35- - ** "move-card"**
36- - ** "unselect-card"**
37- - ** "update-card"**
38- - ** "update-column"**
39- - ** "update-row"**
40- - ** "select-card"**
41- - ** "set-search"**
25+ - ` config ` - (mandatory) the config object with parameters (see the event to be fired)
26+
27+ ### Events
28+
29+ ::: info
30+ The full list of the Kanban internal events can be found [ ** here** ] ( api/api_overview.md/#kanban-events )
31+ :::
4232
4333### Example
4434
Original file line number Diff line number Diff line change @@ -22,23 +22,13 @@ api.intercept(
2222### Parameters
2323
2424- `event` - (mandatory) an event to be fired
25- - `callback` - (mandatory) a callback to be performed
26-
27- ### Event list
28-
29- - **"add-card"**
30- - **"add-column"**
31- - **"add-row"**
32- - **"delete-card"**
33- - **"delete-column"**
34- - **"delete-row"**
35- - **"move-card"**
36- - **"unselect-card"**
37- - **"update-card"**
38- - **"update-column"**
39- - **"update-row"**
40- - **"select-card"**
41- - **"set-search"**
25+ - `callback` - (mandatory) a callback to be performed (the callback arguments will depend on the event to be fired)
26+
27+ ### Events
28+
29+ :::info
30+ The full list of the Kanban internal events can be found [**here**](api/api_overview.md/#kanban-events)
31+ :::
4232
4333### Example
4434
Original file line number Diff line number Diff line change @@ -22,23 +22,13 @@ api.on(
2222### Parameters
2323
2424- `event` - (mandatory) an event to be fired
25- - `handler` - (mandatory) a handler to be attached
26-
27- ### Event list
28-
29- - **"add-card"**
30- - **"add-column"**
31- - **"add-row"**
32- - **"delete-card"**
33- - **"delete-column"**
34- - **"delete-row"**
35- - **"move-card"**
36- - **"unselect-card"**
37- - **"update-card"**
38- - **"update-column"**
39- - **"update-row"**
40- - **"select-card"**
41- - **"set-search"**
25+ - `handler` - (mandatory) a handler to be attached (the handler arguments will depend on the event to be fired)
26+
27+ ### Events
28+
29+ :::info
30+ The full list of the Kanban internal events can be found [**here**](api/api_overview.md/#kanban-events)
31+ :::
4232
4333### Example
4434
You can’t perform that action at this time.
0 commit comments