Same as in
If you don’t ask an actual question, you are much less likely to get the answer you are looking for.
1 Like
Solved, popup window work as menu.
const menuItem = new PopupMenu.PopupMenuItem('');
this._indicator.menu.addMenuItem(menuItem);
menuItem.label.text = 'aaa';