Skip to main content

Interface: TagParams

types/tag.TagParams

Properties

active

Optional active: boolean

Is this tag active?

Defined in

types/tag.ts:10


color

Optional color: string

Hexadecimal format color code with #

Defined in

types/tag.ts:27


deleted

Optional deleted: boolean

Is this tag deleted?

Defined in

types/tag.ts:39


description

Optional description: string

Tag description

Defined in

types/tag.ts:23


name

name: string

The name of the tag (unique together type).

Defined in

types/tag.ts:19


type

Optional type: string

The type of the tag (unique together name). It can be "user" (only for users) or "category" (only for category).

Defined in

types/tag.ts:15


visibility_boost

Optional visibility_boost: boolean

The tag add a visibility boost.

Defined in

types/tag.ts:35


visible

Optional visible: boolean

Is this tag publicly visible?

Defined in

types/tag.ts:31