Find & Order
v1.0
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
unregisterEventByUserId
Copy Markdown
Open in ChatGPT
Open in Claude
Remove registered callback for a specific user id
Parameters
Name | Type | Description |
|---|---|---|
userId | string | user id to remove all callback |
Example
When you register to an event, you can pass a custom id for grouping listener. For exemple you can write this:
FnoMapManager.registerEvent("mouseClickContainer", (data) => {
console.log("container clicked"):
}, 'group1');//'group1' is a custom user id
FnoMapManager.registerEvent("mouseOverContainer", (data) => {
console.log("container overed"):
}, 'group1');
You can remove the 2 events using the user id "group1":
FnoMapManager.unregisterEventByUserId('group1');
Last updated on
Next to read:
takeScreenshotnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
