Sanity App SDK
    Preparing search index...
    interface UseCommentsResult {
        comments: Comment[];
        isPending: boolean;
    }
    Index

    Properties

    Properties

    comments: Comment[]

    Every matching comment, newest first, replies included.

    isPending: boolean

    True while switching to a different document or filter.