From 22e6c701e757834e37461dbaad00fb2ae8ea1fc4 Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Thu, 16 Apr 2020 10:00:14 -0700 Subject: [PATCH] [office-js, office-js-preview] Adding a link to the Word search options details page (#43941) * Removing prompt verbage from selection binding options * Adding a link to the search options article --- types/office-js-preview/index.d.ts | 2 ++ types/office-js/index.d.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 4739970ca6..79acf7d80b 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -72428,6 +72428,8 @@ declare namespace Word { /** * * Specifies the options to be included in a search operation. + * + * To learn more about how to use search options in the Word JavaScript APIs, read {@link https://docs.microsoft.com/office/dev/add-ins/word/search-option-guidance | Use search options to find text in your Word add-in}. * * [Api set: WordApi 1.1] */ diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 2268632ad5..0522fa5900 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -67277,6 +67277,8 @@ declare namespace Word { /** * * Specifies the options to be included in a search operation. + * + * To learn more about how to use search options in the Word JavaScript APIs, read {@link https://docs.microsoft.com/office/dev/add-ins/word/search-option-guidance | Use search options to find text in your Word add-in}. * * [Api set: WordApi 1.1] */