BranchUpdatedEvent interface
Real time event (SignalR) for a source/target branch update on a pull request
- Extends
Properties
is |
If true, the source branch of the pull request was updated |
Inherited Properties
event |
The id of this event. Can be used to track send/receive state between client and server. |
pull |
The id of the pull request this event was generated for. |
Property Details
isSourceUpdate
If true, the source branch of the pull request was updated
isSourceUpdate: boolean
Property Value
boolean
Inherited Property Details
eventId
The id of this event. Can be used to track send/receive state between client and server.
eventId: string
Property Value
string
Inherited From RealTimePullRequestEvent.eventId
pullRequestId
The id of the pull request this event was generated for.
pullRequestId: number
Property Value
number
Inherited From RealTimePullRequestEvent.pullRequestId