共用方式為


BaseCompositeProps interface

從這個連結庫導出之所有複合的通用屬性。

屬性

fluentTheme

複合的 Fluent 主題。

icons

複合的自定義圖示覆寫。 您可以提供 JSX 元素來覆寫預設圖示。

locale

複合的地區設定。

onFetchAvatarPersonaData

回呼函式,可用來將自定義數據提供給在複合中轉譯的虛擬人偶。

這不會影響複合中顯示的 displayName。 整個複合的 displayName 將會在建立配接器時提供給配接器。 將會是建立配接器時提供給配接器的內容。

onFetchParticipantMenuItems

回呼函式,可用來為參與者清單中的參與者提供自定義功能表項。

rtl

複合是否由右至左顯示。

屬性詳細資料

fluentTheme

複合的 Fluent 主題。

fluentTheme?: PartialTheme | Theme

屬性值

PartialTheme | Theme

icons

複合的自定義圖示覆寫。 您可以提供 JSX 元素來覆寫預設圖示。

icons?: TIcons

屬性值

TIcons

locale

複合的地區設定。

locale?: CompositeLocale

屬性值

onFetchAvatarPersonaData

回呼函式,可用來將自定義數據提供給在複合中轉譯的虛擬人偶。

這不會影響複合中顯示的 displayName。 整個複合的 displayName 將會在建立配接器時提供給配接器。 將會是建立配接器時提供給配接器的內容。

onFetchAvatarPersonaData?: AvatarPersonaDataCallback

屬性值

onFetchParticipantMenuItems

回呼函式,可用來為參與者清單中的參與者提供自定義功能表項。

onFetchParticipantMenuItems?: ParticipantMenuItemsCallback

屬性值

rtl

複合是否由右至左顯示。

rtl?: boolean

屬性值

boolean