Skip to main content
Components provide context menus (e.g., long-press on a conversation or message). You can replace all options or append custom ones.

setOptions vs addOptions

Use addOptions to keep defaults (like “Delete”) and add your own. Use setOptions for full control.

Adding Custom Options


Replacing All Options


CometChatPopupMenu.MenuItem:
Both modules provide convenience factory methods:

Components with Menu Options