Sanity App SDK
    Preparing search index...

    Interface UseCommentThreadsResult

    interface UseCommentThreadsResult {
        isPending: boolean;
        threads: CommentThread[];
    }
    Index

    Properties

    Properties

    isPending: boolean

    True while switching to a different document or filter.

    threads: CommentThread[]

    Newest thread first, each with its replies oldest first.