Class: Tag

types~Tag(name, posts)

new Tag(name, posts)

Tag data.

Parameters:
Name Type Description
name String

Tag name.

posts Array.<File>

Posts belonging to this tag.

Properties:
Name Type Description
name String

Tag name.

docPath String
posts Array.<File>

Posts belonging to this tag.

Source: