ParticipantItemStyles interface
Fluent styles for ParticipantItem.
- Extends
Properties
avatar | Styles for the avatar. |
icon |
Styles for the container of the icon. |
me | Styles for the (You) string. |
menu | Styles for the menu. |
Inherited Properties
root | Styles for the root container. |
Property Details
avatar
Styles for the avatar.
avatar?: IStyle
Property Value
IStyle
iconContainer
Styles for the container of the icon.
iconContainer?: IStyle
Property Value
IStyle
me
Styles for the (You) string.
me?: IStyle
Property Value
IStyle
menu
Styles for the menu.
menu?: IStyle
Property Value
IStyle
Inherited Property Details
root
Styles for the root container.
root?: IStyle
Property Value
IStyle
Inherited From BaseCustomStyles.root