Tags

Here, you'll find more information about the tags


Type

type Tag = {
    identifier: string,
    color: string,
    label: string
}

Exports

SearchTags

exports['redutzu-mdt']:SearchTags(query: string, type: string) // Tag[] | null

CreateTag

exports['redutzu-mdt']:CreateTag({
  name = 'Dangerous',
  type = 'warrant',
  description = 'A short description about the tag', -- optional
  color = '#FFFFFF' -- hex, rgba, hsl
}) -- number (id)

Last updated