Constructor
new Field(name, value)
- Source:
- See:
Properties:
| Name | Type | Description |
|---|---|---|
name |
string | Unique text identifier for Field. Visitor can't have multiple Fields with equal names |
value |
string | Field payload. |
Field constructor
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | unique name for Visitor field |
value |
string | field payload |