mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
[office-js] [office-js-preview] (Outlook) Update options param info (#34127)
This commit is contained in:
committed by
Sheetal Nandi
parent
c7e3f70c73
commit
a642ee239c
10
types/office-js-preview/index.d.ts
vendored
10
types/office-js-preview/index.d.ts
vendored
@@ -968,11 +968,11 @@ declare namespace Office {
|
||||
*
|
||||
* *Supported hosts, by platform*
|
||||
* <table>
|
||||
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
|
||||
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without options<br>Mailbox Preview: with options)</td><td> </td><td> </td></tr>
|
||||
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
|
||||
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without `options` parameter;<br>Mailbox Preview: adds support for `options` parameter)</td><td> </td><td> </td></tr>
|
||||
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* </table>
|
||||
*
|
||||
* @param options Optional. An object literal that contains one or more of the following properties.
|
||||
|
||||
10
types/office-js/index.d.ts
vendored
10
types/office-js/index.d.ts
vendored
@@ -962,11 +962,11 @@ declare namespace Office {
|
||||
*
|
||||
* *Supported hosts, by platform*
|
||||
* <table>
|
||||
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
|
||||
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without options<br>Mailbox Preview: with options)</td><td> </td><td> </td></tr>
|
||||
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
|
||||
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without `options` parameter;<br>Mailbox Preview: adds support for `options` parameter)</td><td> </td><td> </td></tr>
|
||||
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
|
||||
* </table>
|
||||
*
|
||||
* @param options Optional. An object literal that contains one or more of the following properties.
|
||||
|
||||
Reference in New Issue
Block a user