diff --git a/doc/api/events.md b/doc/api/events.md index 68ad79e7a62d41..ac9f965c771652 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -1748,14 +1748,16 @@ added: v14.5.0 This is not used in Node.js and is provided purely for completeness. -#### `event.cancelBubble()` +#### `event.cancelBubble` -Alias for `event.stopPropagation()`. This is not used in Node.js and is -provided purely for completeness. +* Type: {boolean} + +Alias for `event.stopPropagation()` if set to `true`. This is not used +in Node.js and is provided purely for completeness. #### `event.cancelable`