Tags
Type
type Tag = {
identifier: string,
color: string,
label: string
}Exports
SearchTags
exports['redutzu-mdt']:SearchTags(query: string, type: string) // Tag[] | nullCreateTag
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