Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
PrCommentEditedPayload
Interface PrCommentEditedPayload
Body of a
pr:comment:edited
delivery.
interface
PrCommentEditedPayload
{
actor
:
BitbucketActivityUser
;
comment
:
BitbucketPullRequestComment
;
commentParentId
?:
number
;
date
:
string
;
previousComment
:
string
;
pullRequest
:
BitbucketPullRequest
;
}
Index
Properties
actor
comment
comment
Parent
Id?
date
previous
Comment
pull
Request
Properties
actor
actor
:
BitbucketActivityUser
comment
comment
:
BitbucketPullRequestComment
Optional
comment
Parent
Id
commentParentId
?:
number
date
date
:
string
previous
Comment
previousComment
:
string
pull
Request
pullRequest
:
BitbucketPullRequest
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
comment
comment
Parent
Id
date
previous
Comment
pull
Request
GitHub
npm
Bitbucket Data Center API Client
Loading...
Body of a
pr:comment:editeddelivery.