WebExtensionBinding class

WebExtensionBinding class

Specifies a binding relationship between a web extension and the data in the document. To learn more, visit the Work with Office Add-ins documentation article.

Constructors

NameDescription
WebExtensionBinding(id, bindingType, appRef)Creates web extension binding with specified parameters.

Properties

NameDescription
appRefSpecifies the binding key used to map the binding entry in this list with the bound data in the document.
bindingTypeSpecifies the binding type.
idSpecifies the binding identifier.

See Also