UNPKG

commonui-lib-test

Version:

"#common ui lib test"

18 lines (17 loc) 591 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class ComboBox1_popup extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "ComboBox1_popup")); } onConstruct() { this.imgItemBg = (this.getChild("imgItemBg")); this.list = (this.getChild("list")); } } exports.default = ComboBox1_popup; ComboBox1_popup.URL = "ui://lh4a80jdgjuk66";