MessageThreadStyles interface
Fluent styles for MessageThread.
- Extends
Properties
chat |
Styles for chat container. |
chat |
styles for chat items. |
chat |
Styles for chat message container. |
failed |
Styles for my chat message container in case of failure. |
load |
Styles for load previous messages container. |
message |
Styles for message status indicator container. |
my |
styles for my chat items. |
my |
Styles for my chat message container. |
new |
Styles for new message container. |
system |
Styles for system message container. |
Inherited Properties
root | Styles for the root container. |
Property Details
chatContainer
Styles for chat container.
chatContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
chatItemMessageContainer
styles for chat items.
chatItemMessageContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
chatMessageContainer
Styles for chat message container.
chatMessageContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
failedMyChatMessageContainer
Styles for my chat message container in case of failure.
failedMyChatMessageContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
loadPreviousMessagesButtonContainer
Styles for load previous messages container.
loadPreviousMessagesButtonContainer?: IStyle
Property Value
IStyle
messageStatusContainer
Styles for message status indicator container.
messageStatusContainer?: (mine: boolean) => IStyle
Property Value
(mine: boolean) => IStyle
myChatItemMessageContainer
styles for my chat items.
myChatItemMessageContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
myChatMessageContainer
Styles for my chat message container.
myChatMessageContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
newMessageButtonContainer
Styles for new message container.
newMessageButtonContainer?: IStyle
Property Value
IStyle
systemMessageContainer
Styles for system message container.
systemMessageContainer?: ComponentSlotStyle<{}, {}>
Property Value
ComponentSlotStyle<{}, {}>
Inherited Property Details
root
Styles for the root container.
root?: IStyle
Property Value
IStyle
Inherited From BaseCustomStyles.root