Removing prompt verbage from selection binding options (#41135)

This commit is contained in:
Alex Jerabek
2019-12-19 22:21:23 -08:00
committed by Daniel Rosenwasser
parent 2071c4b1de
commit 498bbe7f59
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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.
*/
+2 -2
View File
@@ -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.
*/