Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tag

The equivalent of Type tag.
This object represents a Tag on a Stack Exchange site.
Applications should be prepared for the destruction of Tags, though this tends to be a rare event.

Hierarchy

  • Tag

Index

Constructors

constructor

Properties

count

count: number | null

hasSynonyms

hasSynonyms: boolean | null

isModeratorOnly

isModeratorOnly: boolean | null

isRequired

isRequired: boolean | null

lastActivityDate

lastActivityDate: Date | null

May be absent, in which case it is set to null

name

name: string | null

synonyms

synonyms: string[] | null

userId

userId: number | null

May be absent, in which case it is set to null

Made by Horyus. Documentation generated by TypeDoc.