A component which renders a file message.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack1 |
❌ | defaultIconPack |
Icon pack |
name |
string |
✅ | - | Name of the file |
size |
number |
✅ | - | Size of the file |
url |
string |
✅ | - | Url of the file |
<rtk-file-message-view></rtk-file-message-view><rtk-file-message-view
name="example"
url="example">
</rtk-file-message-view><script>
const el = document.querySelector("rtk-file-message-view");
el.size= 42;
</script>