Sonolus Wiki

Tag

Tag provides information of a tag.

Syntax

type Tag = {
    title: Text | (string & {})
    icon?: Icon | (string & {})
}

Examples

{
    "tag": "Liked",
    "icon": "heart"
}