共用方式為


MessageStatusIndicatorProps interface

屬性

onToggleToolTip
readCount
remoteParticipantsCount

不包含自己的參與者數目

status

決定要顯示的圖示的訊息狀態。

strings

在元件中覆寫的選擇性字串

styles

允許使用者傳遞包含自定義 CSS 樣式的物件。

屬性詳細資料

onToggleToolTip

onToggleToolTip?: (isToggled: boolean) => void

屬性值

(isToggled: boolean) => void

readCount

readCount?: number

屬性值

number

remoteParticipantsCount

不包含自己的參與者數目

remoteParticipantsCount?: number

屬性值

number

status

決定要顯示的圖示的訊息狀態。

status?: MessageStatus

屬性值

strings

在元件中覆寫的選擇性字串

strings?: MessageStatusIndicatorStrings

屬性值

styles

允許使用者傳遞包含自定義 CSS 樣式的物件。

styles?: BaseCustomStyles

屬性值