PrivateMessageThreadItem
Interfaces
PrivateMessageThreadItemProps
Indexable
[p: string]: any
Any other properties
Properties
Functions
PrivateMessageThreadItem()
PrivateMessageThreadItem(
inProps):Element
API documentation for the Community-JS PrivateMessageItem component. Learn about the available props and the CSS API.
Import
import {PrivateMessageThreadItem} from '@selfcommunity/react-ui';
Component Name
The name SCPrivateMessageThreadItem can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCPrivateMessageThreadItem-root | Styles applied to the root element. |
| text | .SCPrivateMessageThreadItem-text | Styles applied to the message text element. |
| img | .SCPrivateMessageThreadItem-img | Styles applied to the img element. |
| document | .SCPrivateMessageThreadItem-document | Styles applied to the message file element. |
| video | .SCPrivateMessageThreadItem-video | Styles applied to the message video element. |
| other | .SCPrivateMessageThreadItem-other | Styles applied to other media type element. |
| messageTime | .SCPrivateMessageThreadItem-message-time | Styles applied to the thread message time element. |
| menuItem | .SCPrivateMessageThreadItem-menu-item | Styles applied to the thread message menu item element. |
| dialogRoot | .SCPrivateMessageThreadItem-dialog-root | Styles applied to dialog root element. |
Parameters
| Parameter | Type | Description |
|---|---|---|
inProps | PrivateMessageThreadItemProps |
Returns
Element
PrivateMessageThreadItemSkeleton()
PrivateMessageThreadItemSkeleton(
props):Element
API documentation for the Community-JS PrivateMessageThreadItem Skeleton component. Learn about the available props and the CSS API.
Import
import {PrivateMessageThreadItemSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCPrivateMessageThreadItem-skeleton-root can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCPrivateMessageThreadItem-skeleton-root | Styles applied to the root element. |
| list | .SCPrivateMessageThreadItem-list | Styles applied to the list element. |
Parameters
| Parameter | Type |
|---|---|
props | any |
Returns
Element