TypingIndicatorStylesProps interface
Fluent styles for TypingIndicator.
- Extends
Properties
typing |
Styles for the typing string. |
typing |
Styles for each typing user's displayName. |
Inherited Properties
root | Styles for the root container. |
Property Details
typingString
Styles for the typing string.
typingString?: IStyle
Property Value
IStyle
typingUserDisplayName
Styles for each typing user's displayName.
typingUserDisplayName?: IStyle
Property Value
IStyle
Inherited Property Details
root
Styles for the root container.
root?: IStyle
Property Value
IStyle
Inherited From BaseCustomStyles.root