你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ParticipantListProps type
参与者列表的道具。
type ParticipantListProps = {
excludeMe?: boolean
myUserId?: string
onFetchParticipantMenuItems?: ParticipantMenuItemsCallback
onParticipantClick?: (participant?: ParticipantListParticipant) => void
onRemoveParticipant?: (userId: string) => void
onRenderAvatar?: OnRenderAvatarCallback
onRenderParticipant?: (
participant: ParticipantListParticipant
) => JSX.Element | null
participants: ParticipantListParticipant[]
showParticipantOverflowTooltip?: boolean
styles?: ParticipantListStyles
}