Active Members
The Active members feature in the Topol Plugin allows you to visually indicate which users are currently collaborating on the same email template. While this feature does not yet offer full real-time co-editing (like Google Docs), it serves as a helpful presence indicator, showing who else is active in the editor at the same time.
How to Set Active Members
To display active collaborators in the editor UI, use the following method:
TopolPlugin.setActiveMembers([
"test1@topol.io",
"test2@topol.io"
]);
This method accepts an array of strings, typically representing user emails or names. These identifiers are displayed inside the editor, usually in a dedicated "Active Members" area or hover panel.
You can call this method at any time while the editor is running — such as in response to WebSocket events or polling updates from your collaboration backend.