PowerPoint.Interfaces.TagUpdateData interface
An interface for updating data on the Tag
object, for use in tag.set({ ... })
.
Properties
value | Gets the value of the tag. |
Property Details
value
Gets the value of the tag.
value?: string;
Property Value
string