MessageThreadStyles interface

Fluent styles for MessageThread.

Extends

Properties

chatContainer

Styles for chat container.

chatItemMessageContainer

styles for chat items.

chatMessageContainer

Styles for chat message container.

failedMyChatMessageContainer

Styles for my chat message container in case of failure.

loadPreviousMessagesButtonContainer

Styles for load previous messages container.

messageStatusContainer

Styles for message status indicator container.

myChatItemMessageContainer

styles for my chat items.

myChatMessageContainer

Styles for my chat message container.

newMessageButtonContainer

Styles for new message container.

systemMessageContainer

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