ItemFavoriteStateChangeHandler type
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void