Here, you'll find more information about the tags
type Tag = { identifier: string, color: string, label: string }
exports['redutzu-mdt']:SearchTags(query: string, type: string) // Tag[] | null
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 4 months ago