LabelData()

LabelData class contains the information of a localized label. This is the type of object that's saved in the global store and is returned by the getter getLabelData to those components that need not only the string label of a key, but also the language of the available label.

Constructor

new LabelData() #

Properties:

Name Type Description
zid string

ID of a ZPersistentObject, ZKey or ZArgumentDeclaration

label string
lang string

ZID of the ZNaturalLanguage object that identifies the language the label is in

Source: