ThreadListItem
A component used to render each item within ThreadList. This is the default UI component used to render the items within the ThreadList.
Props
thread
An instance of the Thread class that can be used to either get more data about the thread or pass to onThreadSelect.
| Type |
|---|
| Thread |
timestampTranslationKey
A string representing a translation key used for formatting and translating the timestamp of the thread.
| Type |
|---|
| string |