From bf8a25bb8ce3a11835d9ecd6f69815c0b76bc902 Mon Sep 17 00:00:00 2001 From: Ricky Kirkham Date: Fri, 1 Jun 2018 15:54:57 -0700 Subject: [PATCH] replace description I mistakenly deleted --- types/office-js/index.d.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 786bd742bb..09d19de4ed 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -400,7 +400,13 @@ declare namespace Office { * Hosts: Access, Excel, Outlook, PowerPoint, Project, Word */ value: any; - } + } + /** + * Represents the runtime environment of the add-in and provides access to key objects of the API. + * + * @remarks + * Hosts: Access, Excel, Outlook, PowerPoint, Project, Word + */ interface Context { /** * Provides information and access to the signed-in user.