doc(off): update off signature#441
Merged
Ovilia merged 2 commits intoapache:masterfrom Jul 25, 2025
Merged
Conversation
Ovilia
requested changes
Jul 22, 2025
Contributor
Ovilia
left a comment
There was a problem hiding this comment.
* @param eventType The event name.
* If no `event` input, "off" all listeners.
* @param handler The event handler.
* If no `handler` input, "off" all listeners of the `event`.
需要明确说明,不提供 eventName 的情况下,取消监听所有事件;不提供 handler 的情况下,取消监听该 eventName 下的所有事件。
Ovilia
approved these changes
Jul 25, 2025
Contributor
|
Thanks for your contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/apache/echarts/blob/master/src/core/echarts.ts#L2583-L2585
https://github.com/ecomfe/zrender/blob/86ec3b6ad44bef3699ab9b717f2511143f6f1be0/src/core/Eventful.ts#L161-L169