Office.AddBindingFromNamedItemOptions interface
Provides options for configuring the binding that is created.
Properties
async |
A user-defined item of any type that is returned, unchanged, in the asyncContext property of the AsyncResult object that is passed to a callback. |
id | The unique ID of the binding. Autogenerated if not supplied. |
Property Details
asyncContext
A user-defined item of any type that is returned, unchanged, in the asyncContext property of the AsyncResult object that is passed to a callback.
asyncContext?: any
Property Value
any
id
The unique ID of the binding. Autogenerated if not supplied.
id?: string
Property Value
string