Constructor
new Item(str)
Create Attr from text.
Parameters:
Name | Type | Description |
---|---|---|
str |
string | item string row of the Enclst file |
Properties:
Name | Type | Description |
---|---|---|
value |
Value | Attr object of this item |
title |
string | title of this item |
Classes
Members
title :string
Extracted title string of this item
Type:
- string
value :Value
Decoded value of this item
Type:
Methods
serialize() → {string}
serialize to string
Returns:
string serialization
- Type
- string