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?: anyProperty Value
any
id
The unique ID of the binding. Autogenerated if not supplied.
id?: stringProperty Value
string