Sanity Library Reference Docs
Preparing search index...
sanity
index
CommentContext
Interface CommentContext
Beta
Hidden
interface
CommentContext
{
intent
?:
{
name
:
string
;
params
:
IntentParameters
;
title
:
string
}
;
notification
?:
{
currentThreadLength
?:
number
;
documentTitle
:
string
;
subscribers
?:
string
[]
;
url
?:
string
;
workspaceName
:
string
;
workspaceTitle
:
string
;
}
;
payload
?:
Record
<
string
,
unknown
>
;
tool
:
string
;
}
Index
Properties
intent?
notification?
payload?
tool
Properties
Optional
Beta
intent
intent
?:
{
name
:
string
;
params
:
IntentParameters
;
title
:
string
}
Optional
Beta
notification
notification
?:
{
currentThreadLength
?:
number
;
documentTitle
:
string
;
subscribers
?:
string
[]
;
url
?:
string
;
workspaceName
:
string
;
workspaceTitle
:
string
;
}
Optional
Beta
payload
payload
?:
Record
<
string
,
unknown
>
Beta
tool
tool
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
intent
notification
payload
tool
Sanity Library Reference Docs
Loading...
Hidden