Sanity Library Reference Docs
Preparing search index...
sanity
index
CommentTaskCreatePayload
Interface CommentTaskCreatePayload
Beta
Hidden
interface
CommentTaskCreatePayload
{
context
:
{
notification
:
{
currentThreadLength
?:
number
;
documentTitle
:
string
;
subscribers
?:
string
[]
;
url
?:
string
;
workspaceName
:
string
;
workspaceTitle
:
string
;
}
;
}
;
id
?:
string
;
message
:
PortableTextBlock
[]
;
parentCommentId
:
string
;
payload
?:
{
fieldPath
:
string
}
;
reactions
:
CommentReactionItem
[]
;
status
:
CommentStatus
;
threadId
:
string
;
type
:
"task"
;
}
Hierarchy (
View Summary
)
CommentBaseCreatePayload
CommentTaskCreatePayload
Index
Properties
context
id?
message
parent
Comment
Id
payload?
reactions
status
thread
Id
type
Properties
Beta
context
context
:
{
notification
:
{
currentThreadLength
?:
number
;
documentTitle
:
string
;
subscribers
?:
string
[]
;
url
?:
string
;
workspaceName
:
string
;
workspaceTitle
:
string
;
}
;
}
Optional
Beta
id
id
?:
string
Beta
message
message
:
PortableTextBlock
[]
Beta
parent
Comment
Id
parentCommentId
:
string
Optional
Beta
payload
payload
?:
{
fieldPath
:
string
}
Beta
reactions
reactions
:
CommentReactionItem
[]
Beta
status
status
:
CommentStatus
Beta
thread
Id
threadId
:
string
Beta
type
type
:
"task"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
id
message
parent
Comment
Id
payload
reactions
status
thread
Id
type
Sanity Library Reference Docs
Loading...
Hidden