tracking-code-which-will-go-to-the-HEAD Tag

Class

Tag

Tag(propsopt)

Represent a tag in Leto-modelizer.
Constructor

# new Tag(propsopt)

Default constructor.
Parameters:
Name Type Attributes Description
props object <optional>
Object that contains all properties to set.
type string <optional>
The type of this tag.
value string <optional>
The value of this tag.

View Source models/Tag.js, line 4

Members

string

# type

The type of this tag.
Default Value:
  • null

View Source models/Tag.js, line 25

string

# value

The value of this tag.
Default Value:
  • null

View Source models/Tag.js, line 31