Component({ properties: { list: { type: Array }, userrole: { type: String } }, lifetimes: { attached: function () { getApp().globalData.Language.getLanguagePackage(this) } }, })