Nutrient Web SDK

Interface CommentJSON

Interface

Hierarchy

ModelsCommentJSONCommentJSON

Properties

string | Date

createdBy

Optional
string | null

Emitted by NutrientViewer.Comment.toSerializableObject and read back by NutrientViewer.Comment.fromSerializableObject so the property survives a round trip. It is assigned by the backend, so it is ignored when a comment is created or updated.

creatorName

Optional
string | null

customData

Optional
{ [key: string]: unknown } | null

group

Optional
string | null

id

Optional
string | null

isAnonymous

Optional
boolean | null

name

Optional
string | null
number | null

pdfObjectId

Optional
number | null

permissions

Optional
{ … }
PropertyDescription
delete
edit
fill
reply
setGroup
string | number | null
{ format: "xhtml" | "plain"; value: string | null }
PropertyDescription
format
value
"pspdfkit/comment"
string | Date
2