SmartTagProperty

SmartTagProperty class

Represents the property of the cell smart tag.

class SmartTagProperty;

Properties

PropertyTypeDescription
namestringGets and sets the name of the property.
valuestringGets and sets the value of the property.

name

Gets and sets the name of the property.

name : string;

value

Gets and sets the value of the property.

value : string;