SendBoxSelector type
Tipo di selettore per componente SendBox.
type SendBoxSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { displayName: string; userId: string }
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Tipo di selettore per componente SendBox.
type SendBoxSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { displayName: string; userId: string }