From 498bbe7f59a1870522f2ffb2c33a2f079de73398 Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Thu, 19 Dec 2019 22:21:23 -0800 Subject: [PATCH] Removing prompt verbage from selection binding options (#41135) --- types/office-js-preview/index.d.ts | 4 ++-- types/office-js/index.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 8823e86976..82e376fd19 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -1331,7 +1331,7 @@ declare namespace Office { asyncContext?: any } /** - * Provides options for configuring the prompt and identifying the binding that is created. + * Provides options for identifying the binding that is created. */ interface AddBindingFromSelectionOptions { /** @@ -2599,7 +2599,7 @@ declare namespace Office { * * @param bindingType Specifies the type of the binding object to create. Required. * Returns null if the selected object cannot be coerced into the specified type. - * @param options Provides options for configuring the prompt and identifying the binding that is created. + * @param options Provides options for identifying the binding that is created. * @param callback Optional. A function that is invoked when the callback returns, whose only parameter is of type {@link Office.AsyncResult}. * The `value` property of the result is the Binding object that represents the selection specified by the user. */ diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 4cfd3c5abc..a4fe8677dd 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -1246,7 +1246,7 @@ declare namespace Office { asyncContext?: any } /** - * Provides options for configuring the prompt and identifying the binding that is created. + * Provides options for identifying the binding that is created. */ interface AddBindingFromSelectionOptions { /** @@ -2505,7 +2505,7 @@ declare namespace Office { * * @param bindingType Specifies the type of the binding object to create. Required. * Returns null if the selected object cannot be coerced into the specified type. - * @param options Provides options for configuring the prompt and identifying the binding that is created. + * @param options Provides options for identifying the binding that is created. * @param callback Optional. A function that is invoked when the callback returns, whose only parameter is of type {@link Office.AsyncResult}. * The `value` property of the result is the Binding object that represents the selection specified by the user. */