Skip to main content

Interface: SCTagType

Interface SCTagType. Tag Schema.

Properties

active

Optional active: boolean

Tag active or not

Defined in

tag.ts:49


color

color: string

Hexadecimal format color code with prefix '#'.

Defined in

tag.ts:29


created_at

Optional created_at: string

Creation date time.

Defined in

tag.ts:44


deleted

deleted: boolean

Tag deleted or not

Defined in

tag.ts:54


description

description: string

Short description of the tag.

Defined in

tag.ts:24


id

id: number

Unique integer value identifying this tag.

Defined in

tag.ts:9


name

name: string

The name of the tag (unique together type).

Defined in

tag.ts:19


type

Optional type: string

The type of the tag (unique together name).

Defined in

tag.ts:14


visibility_boost

Optional visibility_boost: boolean

The tag has a visibility boost.

Defined in

tag.ts:39


visible

Optional visible: boolean

Tag publicly visible.

Defined in

tag.ts:34