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.

Methods

MethodDescription
getName()@deprecated. Please use the ’name’ property instead. Gets and sets the name of the property.
setName(string)@deprecated. Please use the ’name’ property instead. Gets and sets the name of the property.
getValue()@deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property.
setValue(string)@deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property.
isNull()Checks whether the implementation object is null.

name

Gets and sets the name of the property.

name : string;

value

Gets and sets the value of the property.

value : string;

getName()

@deprecated. Please use the ’name’ property instead. Gets and sets the name of the property.

getName() : string;

setName(string)

@deprecated. Please use the ’name’ property instead. Gets and sets the name of the property.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getValue()

@deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property.

getValue() : string;

setValue(string)

@deprecated. Please use the ‘value’ property instead. Gets and sets the value of the property.

setValue(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;