ItemFavoriteStateChangeHandler type
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void