PowerPoint.Interfaces.BindingData interface
An interface describing the data returned by calling binding.toJSON().
Properties
| id | Represents the binding identifier. |
| type | Returns the type of the binding. See |
Property Details
id
Represents the binding identifier.
id?: string;
Property Value
string
Remarks
type
Returns the type of the binding. See BindingType for details.
type?: PowerPoint.BindingType | "Shape";
Property Value
PowerPoint.BindingType | "Shape"