Metadata¶
Metadata gives an ability to store complex data and information for later use in GUI components. Metadata values can be accessed by calling components’ member functions AddMetadata(key, value) and GetMetadata(key):
button.AddMetadata("description", "grvl is very cool")
...
const description = button.GetMetadata("description")
Last update:
2026-01-26