Self-host your comments data while using Velt’s components. Keep comment storage on your infrastructure with minimal metadata stored on Velt servers.
setDocuments
method.identify
method.isCommentResolverUsed
and isCommentTextAvailable
fields in the request object. Learn moreCommentAnnotationDataProvider
to handle storage and retrievalget
, save
, and delete
methods to interact with your databaseGetCommentResolverRequest
Promise<ResolverResponse<Record<string, PartialCommentAnnotation>>>
SaveCommentResolverRequest
SaveCommentResolverRequest
object, you will receive the event name that triggered the save.Promise<ResolverResponse<T>>
isCommentResolverUsed
and isCommentTextAvailable
fields in the request object. Learn moreDeleteCommentResolverRequest
Promise<ResolverResponse<T>>
ResolverConfig