ItemFavoriteStateChangeHandler type
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void
Denne browser understøttes ikke længere.
Opgrader til Microsoft Edge for at drage fordel af de nyeste funktioner, sikkerhedsopdateringer og teknisk support.
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void