SendBoxSelector type
Selektortyp für die SendBox-Komponente .
type SendBoxSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { displayName: string; userId: string }
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Selektortyp für die SendBox-Komponente .
type SendBoxSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { displayName: string; userId: string }