Skip to content

Commit 05c125c

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 634270d + 92b9472 commit 05c125c

File tree

133 files changed

+919
-1966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+919
-1966
lines changed

docs/docs-ref-autogen/office/office/office.eventtype.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ fields:
151151
summary: >-
152152
Occurs in Outlook when an action is selected on a notification message with a defined [custom
153153
action](https://learn.microsoft.com/javascript/api/outlook/office.notificationmessagedetails#actions)<!-- -->.
154-
Currently, "Dismiss" is the only supported action that fires this event.
155-
156-
157-
**Important**: This event can only be handled in a task pane. Function commands can't register a handler for
158-
this event.
154+
Currently, **Dismiss** is the only supported action that fires this event.
159155
160156
161157
To add an event handler for the `InfobarClicked` event, use the `addHandlerAsync` method of the `Item` object. The
@@ -164,6 +160,19 @@ fields:
164160
-->.
165161
166162
163+
**Important**:
164+
165+
166+
- This event can only be handled in a task pane. Function commands can't register a handler for this event.
167+
168+
169+
- Although Outlook on Mac supports the `InsightMessage` notification type, it currently doesn't support the
170+
`InfobarClicked` event. To determine when the **Dismiss** action is selected from the notification, implement
171+
a handler for the `OnInfoBarDismissClicked` event instead. For more information, see [Configure your Outlook
172+
add-in for event-based
173+
activation](https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch#supported-events)<!-- -->.
174+
175+
167176
\[ [API set: Mailbox 1.10](/office/dev/add-ins/reference/javascript-api-for-office) \]
168177
- name: InitializationContextChanged
169178
uid: 'office!Office.EventType.InitializationContextChanged:member'

docs/docs-ref-autogen/office_release/office/office.eventtype.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ fields:
151151
summary: >-
152152
Occurs in Outlook when an action is selected on a notification message with a defined [custom
153153
action](https://learn.microsoft.com/javascript/api/outlook/office.notificationmessagedetails#actions)<!-- -->.
154-
Currently, "Dismiss" is the only supported action that fires this event.
155-
156-
157-
**Important**: This event can only be handled in a task pane. Function commands can't register a handler for
158-
this event.
154+
Currently, **Dismiss** is the only supported action that fires this event.
159155
160156
161157
To add an event handler for the `InfobarClicked` event, use the `addHandlerAsync` method of the `Item` object. The
@@ -164,6 +160,19 @@ fields:
164160
-->.
165161
166162
163+
**Important**:
164+
165+
166+
- This event can only be handled in a task pane. Function commands can't register a handler for this event.
167+
168+
169+
- Although Outlook on Mac supports the `InsightMessage` notification type, it currently doesn't support the
170+
`InfobarClicked` event. To determine when the **Dismiss** action is selected from the notification, implement
171+
a handler for the `OnInfoBarDismissClicked` event instead. For more information, see [Configure your Outlook
172+
add-in for event-based
173+
activation](https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch#supported-events)<!-- -->.
174+
175+
167176
\[ [API set: Mailbox 1.10](/office/dev/add-ins/reference/javascript-api-for-office) \]
168177
- name: InitializationContextChanged
169178
uid: 'office!Office.EventType.InitializationContextChanged:member'

docs/docs-ref-autogen/powerpoint/powerpoint/powerpoint.bindingtype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PowerPoint.BindingType
33
uid: 'powerpoint!PowerPoint.BindingType:enum'
44
package: powerpoint!
55
fullName: PowerPoint.BindingType
6-
summary: Binding type enumeration.
6+
summary: Represents the possible binding types.
77
remarks: >-
88
\[ [API set: PowerPointApi BETA (PREVIEW
99
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]

docs/docs-ref-autogen/word/word/word.body.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,8 @@ methods:
11121112
\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]
11131113
11141114
1115-
Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form
1116-
field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
1115+
Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field).
1116+
Consider replacing such a form field with a content control or other option appropriate for your scenario.
11171117
11181118
11191119
#### Examples

docs/docs-ref-autogen/word/word/word.commenteventargs.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,14 @@ properties:
102102
syntax:
103103
content: >-
104104
type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged"
105-
| "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" |
106-
"CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" |
107-
"ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted"
108-
| "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" |
105+
| "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
106+
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" |
107+
"ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" |
109108
"AnnotationPopupAction";
110109
return:
111110
type: >-
112111
<xref uid="word!Word.EventType:enum" /> | "ContentControlDeleted" | "ContentControlSelectionChanged" |
113-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
114-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
115-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
112+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" |
113+
"CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" |
116114
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
117115
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction"

docs/docs-ref-autogen/word/word/word.contentcontrol.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,8 @@ methods:
11911191
\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]
11921192
11931193
1194-
Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form
1195-
field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
1194+
Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field).
1195+
Consider replacing such a form field with a content control or other option appropriate for your scenario.
11961196
isPreview: false
11971197
isDeprecated: false
11981198
syntax:

docs/docs-ref-autogen/word/word/word.contentcontroladdedeventargs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,15 @@ properties:
5252
syntax:
5353
content: >-
5454
eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" |
55-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
56-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
57-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
58-
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
59-
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
55+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected"
56+
| "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" |
57+
"ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" |
58+
"AnnotationRemoved" | "AnnotationPopupAction";
6059
return:
6160
type: >-
6261
<xref uid="word!Word.EventType:enum" /> | "ContentControlDeleted" | "ContentControlSelectionChanged" |
63-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
64-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
65-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
62+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" |
63+
"CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" |
6664
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
6765
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction"
6866
- name: ids

docs/docs-ref-autogen/word/word/word.contentcontroldatachangedeventargs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,15 @@ properties:
6363
syntax:
6464
content: >-
6565
eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" |
66-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
67-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
68-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
69-
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
70-
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
66+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected"
67+
| "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" |
68+
"ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" |
69+
"AnnotationRemoved" | "AnnotationPopupAction";
7170
return:
7271
type: >-
7372
<xref uid="word!Word.EventType:enum" /> | "ContentControlDeleted" | "ContentControlSelectionChanged" |
74-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
75-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
76-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
73+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" |
74+
"CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" |
7775
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
7876
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction"
7977
- name: ids

docs/docs-ref-autogen/word/word/word.contentcontroldeletedeventargs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,15 @@ properties:
6363
syntax:
6464
content: >-
6565
eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" |
66-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
67-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
68-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
69-
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
70-
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
66+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected"
67+
| "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" |
68+
"ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" |
69+
"AnnotationRemoved" | "AnnotationPopupAction";
7170
return:
7271
type: >-
7372
<xref uid="word!Word.EventType:enum" /> | "ContentControlDeleted" | "ContentControlSelectionChanged" |
74-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
75-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
76-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
73+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" |
74+
"CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" |
7775
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
7876
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction"
7977
- name: ids

docs/docs-ref-autogen/word/word/word.contentcontrolenteredeventargs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,15 @@ properties:
6363
syntax:
6464
content: >-
6565
eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" |
66-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
67-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
68-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
69-
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
70-
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
66+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected"
67+
| "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" |
68+
"ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" |
69+
"AnnotationRemoved" | "AnnotationPopupAction";
7170
return:
7271
type: >-
7372
<xref uid="word!Word.EventType:enum" /> | "ContentControlDeleted" | "ContentControlSelectionChanged" |
74-
"ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" |
75-
"AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" |
76-
"CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" |
73+
"ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" |
74+
"CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" |
7775
"ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" |
7876
"AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction"
7977
- name: ids

0 commit comments

Comments
 (0)