共用方式為


TypingIndicatorStylesProps interface

TypingIndicator的 Fluent 樣式。

Extends

屬性

typingString

輸入字串的樣式。

typingUserDisplayName

每個輸入使用者的 displayName 樣式。

繼承的屬性

root

根容器的樣式。

屬性詳細資料

typingString

輸入字串的樣式。

typingString?: IStyle

屬性值

IStyle

typingUserDisplayName

每個輸入使用者的 displayName 樣式。

typingUserDisplayName?: IStyle

屬性值

IStyle

繼承的屬性詳細資料

root

根容器的樣式。

root?: IStyle

屬性值

IStyle

繼承自BaseCustomStyles.root