mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Removing prompt verbage from selection binding options (#41135)
This commit is contained in:
committed by
Daniel Rosenwasser
parent
2071c4b1de
commit
498bbe7f59
Vendored
+2
-2
@@ -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.
|
||||
*/
|
||||
|
||||
Vendored
+2
-2
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user