Sanity Library Reference Docs
    Preparing search index...

    Type Alias SetFavoriteInput

    SetFavoriteInput: FavoriteDocumentContext & { isFavorited: boolean }

    Input for setFavorite: the document context plus the desired state.

    Type declaration

    • isFavorited: boolean

      The favorite state to move to: true to favorite, false to unfavorite.