Sanity App SDK
Preparing search index...
@sanity/sdk
index
UpdateCommentOptions
Interface UpdateCommentOptions
Beta
interface
UpdateCommentOptions
{
commentId
:
string
;
dataset
?:
string
;
message
:
CommentMessage
;
perspective
?:
ReleasePerspective
|
ClientPerspective
;
projectId
?:
string
;
resource
?:
DocumentResource
;
source
?:
DocumentResource
;
}
Hierarchy (
View Summary
)
DatasetHandle
UpdateCommentOptions
Index
Properties
comment
Id
dataset?
message
perspective?
project
Id?
resource?
source?
Properties
Beta
comment
Id
commentId
:
string
Optional
Beta
dataset
dataset
?:
string
Beta
message
message
:
CommentMessage
Optional
Beta
perspective
perspective
?:
ReleasePerspective
|
ClientPerspective
Optional
Beta
project
Id
projectId
?:
string
Optional
Beta
resource
resource
?:
DocumentResource
Explicit resource object to use for this operation.
Optional
Beta
source
source
?:
DocumentResource
Deprecated
Use
resource
instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
Id
dataset
message
perspective
project
Id
resource
source
Sanity App SDK
Loading...
Explicit resource object to use for this operation.