GetLocalUserCanSend type
Callback function used to validate whether or not the local user can send an update for this object.
type GetLocalUserCanSend = (connecting: boolean) => Promise<boolean>
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Callback function used to validate whether or not the local user can send an update for this object.
type GetLocalUserCanSend = (connecting: boolean) => Promise<boolean>