WebExtensionBinding
Contents
[
Hide
]WebExtensionBinding class
Represents a binding relationship between an Office Add-in and the data in the document.
class WebExtensionBinding;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| id | string | Gets and sets the binding identifier. |
| type | string | Gets and sets the binding type. |
| appref | string | Gets 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;