com.symphony.user.mention [E]
An entity representing an at mention.
Version 0.1
Name | Type | Cardinality | Description |
| id | 1.n | The user being mentioned. |
Example
PresentationML
<div class="PresentationML" data-version-id="2.0">
Hello <div class="entity" data-entity-id="alice">
<b>Alice!</b>
</div>
</div>
EntityJSON
{"alice": {
"type": "com.symphony.user.mention",
"version": "1.0",
"id": [
{
"type": “com.symphony.user.userId",
"value": 123456789
}
]
}
}
, multiple selections available,
Need help? Email help@finos.org we'll get back to you.
Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.