Class: Item

Item(str)

Item

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
Source:

Classes

Item

Members

title :string

Extracted title string of this item
Type:
  • string
Source:

value :Value

Decoded value of this item
Type:
Source:

Methods

serialize() → {string}

serialize to string
Source:
Returns:
string serialization
Type
string