diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 8dc027f765..13329dad9b 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 /* @@ -108,9 +108,9 @@ declare namespace Office { */ width?: number, /** - * Optional. Determines whether the dialog is safe to display within a Web frame. + * Optional. Determines whether the dialog box should be displayed within an IFrame. This setting is only applicable in Office Online clients, and is ignored on other platforms. */ - xFrameDenySafe?: boolean, + displayInIframe?: boolean } export interface OfficeTheme { bodyBackgroundColor: string;