SmartTagProperty
SmartTagProperty class
Represents the property of the cell smart tag.
class SmartTagProperty;
Properties
| Property | Type | Description |
|---|---|---|
| name | string | Gets and sets the name of the property. |
| value | string | Gets 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;