ParticipantItemProps interface
屬性
display |
參與者的名稱。 |
me | 要顯示參與者的選擇性指標是使用者。 |
menu |
操作功能表的 ICoNtextualMenuItem 選擇性陣列。 |
on |
按一下元件時選擇性回呼 |
on |
選擇性回呼,傳回 JSX 元素以覆寫虛擬人偶。 |
on |
選擇性回呼,傳回在 ParticipantItem 右側呈現的 JSX 元素。 用於新增圖示。 |
presence | 選擇性 PersonaPresence 以顯示參與者目前狀態。 如果已指派屬性虛擬人偶,這不會有作用。 |
show |
prop 可判斷是否應該顯示參與者的工具提示 |
strings | 要在元件中覆寫的選擇性字串 |
styles | 允許使用者傳入物件包含自訂 CSS 樣式。 |
user |
參與者的唯一使用者識別碼。 這 |
屬性詳細資料
displayName
參與者的名稱。
displayName?: string
屬性值
string
me
要顯示參與者的選擇性指標是使用者。
me?: boolean
屬性值
boolean
menuItems
操作功能表的 ICoNtextualMenuItem 選擇性陣列。
menuItems?: IContextualMenuItem[]
屬性值
IContextualMenuItem[]
onClick
按一下元件時選擇性回呼
onClick?: (props?: ParticipantItemProps) => void
屬性值
(props?: ParticipantItemProps) => void
onRenderAvatar
onRenderIcon
選擇性回呼,傳回在 ParticipantItem 右側呈現的 JSX 元素。 用於新增圖示。
onRenderIcon?: (props?: ParticipantItemProps) => null | Element
屬性值
(props?: ParticipantItemProps) => null | Element
presence
選擇性 PersonaPresence 以顯示參與者目前狀態。 如果已指派屬性虛擬人偶,這不會有作用。
presence?: PersonaPresence
屬性值
PersonaPresence
showParticipantOverflowTooltip
prop 可判斷是否應該顯示參與者的工具提示
showParticipantOverflowTooltip?: boolean
屬性值
boolean
strings
styles
userId
參與者的唯一使用者識別碼。 這 userId
可在回呼函式中使用 onRenderAvatar
userId?: string
屬性值
string