ItemFavoriteStateChangeHandler type
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void
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.
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void