You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/internal/intercept-method.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ api.intercept(
25
25
- `event` - (required) an event to be fired
26
26
- `callback` - (required) a callback to be performed (the callback arguments will depend on the event to be fired)
27
27
- `config` - (optional) an object that stores the following parameter:
28
-
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/js_kanban_detach_method.md) method
28
+
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/detach-method.md) method
Copy file name to clipboardExpand all lines: docs/api/internal/on-method.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ api.on(
26
26
- `handler` - (required) a handler to be attached (the handler arguments will depend on the event to be fired)
27
27
- `config` - (optional) an object that stores the following parameters:
28
28
- `intercept` - (optional) if you set `intercept: true` during event listener creation, this event listener will run before all others
29
-
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/js_kanban_detach_method.md) method
29
+
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/detach-method.md) method
0 commit comments