Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Tag

Package version

Represents a Tag.

Hierarchy

  • Tag

Index

Properties

description

description: string

Gets or sets the description of the tag.

Optional id

id: undefined | string

Gets the Tag ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional imageCount

imageCount: undefined | number

Gets the number of images with this tag. NOTE: This property will not be serialized. It can only be populated by the server.

name

name: string

Gets or sets the name of the tag.

type

type: TagType

Gets or sets the type of the tag. Possible values include: 'Regular', 'Negative'

Generated using TypeDoc