Sanity Library Reference Docs
    Preparing search index...

    Interface CommentReactionItemBeta

    interface CommentReactionItem {
        _key: string;
        _optimisticState?: "added" | "removed";
        addedAt: string;
        shortName: CommentReactionShortNames;
        userId: string;
    }
    Index

    Properties

    _key: string
    _optimisticState?: "added" | "removed"

    This is a local value and is not stored on the server. It is used to track the optimistic state of the reaction.

    addedAt: string
    userId: string