ItemFavoriteStateChangeHandler type
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Type definition for a handler that reacts to changes in item favorite state.
type ItemFavoriteStateChangeHandler = (params: { favorited: boolean }) => void