diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 8dc027f765..e6db11fcce 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for Office.js // Project: http://dev.office.com -// Definitions by: OfficeDev +// Definitions by: OfficeDev , Lance Austin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /* @@ -111,6 +111,10 @@ declare namespace Office { * Optional. Determines whether the dialog is safe to display within a Web frame. */ xFrameDenySafe?: boolean, + /** + * Optional. Determines whether the dialog box should be displayed within an IFrame. This setting is only applicable in Office Online clients, this setting is ignored by desktop clients. + */ + displayInIframe?: boolean } export interface OfficeTheme { bodyBackgroundColor: string;