Get Started
- Overview
- Quickstart
- Setup
Key Concepts
- Overview
- Organizations
- Documents
- Locations
- Users
- Access Control
Async Collaboration
- Comments
- In-app Notifications
- Inline Reactions
- Recorder
- View Analytics
- Arrows
Realtime Collaboration
- Presence
- Cursors
- Follow Me Mode
- Huddle
- Live Selection
- Live State Sync
- Single Editor Mode
- Video Player Sync
Email Notifications
Miscellaneous
- Migrate From Cord
- Common Integration Questions
Customize Behavior
setCustomReactions
- Use this to set custom reactions emojis.
const customReactions = {
"URL_EMOJI_ID": {
"url": "https://em-content.zobj.net/source/apple/391/fire_1f525.png"
},
"URL_EMOJI_ID_2": {
"iconUrl": "EMOJI_URL"
},
"TEXT_EMOJI_ID": {
"emoji": "🤣" // emoji as a text
}
};
<VeltInlineReactionsSection customReactions={customReactions} />
API Method:
const reactionElement = client.getReactionElement();
reactionElement.setCustomReactions(customReactions);
Was this page helpful?
On this page