WebExtensionBinding

WebExtensionBinding class

Represents a binding relationship between an Office Add-in and the data in the document.

class WebExtensionBinding;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
idstringGets and sets the binding identifier.
typestringGets and sets the binding type.
apprefstringGets and sets the binding key used to map the binding entry in this list with the bound data in the document.

constructor()

Default Constructor.

constructor();

id

Gets and sets the binding identifier.

id : string;

type

Gets and sets the binding type.

type : string;

appref

Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.

appref : string;