Megosztás a következőn keresztül:


ChatParticipantListSelector type

A ParticipantList összetevő választótípusa.

type ChatParticipantListSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }