@types/office-js-preview 1.0.515 → 1.0.516
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 30 Sep 2024 17:36:57 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -15050,7 +15050,13 @@ declare namespace Office {
|
|
|
15050
15050
|
* {@link Office.MessageCompose | MessageCompose}, {@link Office.MessageRead | MessageRead},
|
|
15051
15051
|
* {@link Office.AppointmentCompose | AppointmentCompose}, {@link Office.AppointmentRead | AppointmentRead}
|
|
15052
15052
|
*
|
|
15053
|
-
* **Important**:
|
|
15053
|
+
* **Important**:
|
|
15054
|
+
*
|
|
15055
|
+
* - When calling `Office.context.mailbox.item` on a message, note that the Reading Pane in the Outlook client must be turned on.
|
|
15056
|
+
* For guidance on how to configure the Reading Pane, see
|
|
15057
|
+
* {@link https://support.microsoft.com/office/2fd687ed-7fc4-4ae3-8eab-9f9b8c6d53f0 | Use and configure the Reading Pane to preview messages}.
|
|
15058
|
+
*
|
|
15059
|
+
* - `item` can be null if your add-in supports pinning the task pane. For details on how to handle, see
|
|
15054
15060
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/pinnable-taskpane#implement-the-event-handler | Implement a pinnable task pane in Outlook}.
|
|
15055
15061
|
*/
|
|
15056
15062
|
item?: Item & ItemCompose & ItemRead & Message & MessageCompose & MessageRead & Appointment & AppointmentCompose & AppointmentRead;
|
|
@@ -16241,10 +16247,16 @@ declare namespace Office {
|
|
|
16241
16247
|
/**
|
|
16242
16248
|
* The message compose mode of {@link Office.Item | Office.context.mailbox.item}.
|
|
16243
16249
|
*
|
|
16244
|
-
* **Important**:
|
|
16250
|
+
* **Important**:
|
|
16251
|
+
*
|
|
16252
|
+
* - This is an internal Outlook object, not directly exposed through existing interfaces.
|
|
16245
16253
|
* You should treat this as a mode of `Office.context.mailbox.item`. For more information, refer to the
|
|
16246
16254
|
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/preview-requirement-set/office.context.mailbox.item | Object Model} page.
|
|
16247
16255
|
*
|
|
16256
|
+
* - When calling `Office.context.mailbox.item` on a message, note that the Reading Pane in the Outlook client must be turned on.
|
|
16257
|
+
* For guidance on how to configure the Reading Pane, see
|
|
16258
|
+
* {@link https://support.microsoft.com/office/2fd687ed-7fc4-4ae3-8eab-9f9b8c6d53f0 | Use and configure the Reading Pane to preview messages}.
|
|
16259
|
+
*
|
|
16248
16260
|
* Parent interfaces:
|
|
16249
16261
|
*
|
|
16250
16262
|
* - {@link Office.ItemCompose | ItemCompose}
|
|
@@ -17726,10 +17738,16 @@ declare namespace Office {
|
|
|
17726
17738
|
/**
|
|
17727
17739
|
* The message read mode of {@link Office.Item | Office.context.mailbox.item}.
|
|
17728
17740
|
*
|
|
17729
|
-
* **Important**:
|
|
17741
|
+
* **Important**:
|
|
17742
|
+
*
|
|
17743
|
+
* - This is an internal Outlook object, not directly exposed through existing interfaces.
|
|
17730
17744
|
* You should treat this as a mode of `Office.context.mailbox.item`. For more information, refer to the
|
|
17731
17745
|
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/preview-requirement-set/office.context.mailbox.item | Object Model} page.
|
|
17732
17746
|
*
|
|
17747
|
+
* - When calling `Office.context.mailbox.item` on a message, note that the Reading Pane in the Outlook client must be turned on.
|
|
17748
|
+
* For guidance on how to configure the Reading Pane, see
|
|
17749
|
+
* {@link https://support.microsoft.com/office/2fd687ed-7fc4-4ae3-8eab-9f9b8c6d53f0 | Use and configure the Reading Pane to preview messages}.
|
|
17750
|
+
*
|
|
17733
17751
|
* Parent interfaces:
|
|
17734
17752
|
*
|
|
17735
17753
|
* - {@link Office.ItemRead | ItemRead}
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.516",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "f96283860a85841a509288f0b57583cbf4558f2cba8f7cdca773f1e232c37273",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|