-->
import Quickshell
The menu’s anchor / positioner relative to another window. The menu will not be shown until it has a valid anchor.
NOTE
The following is subject to change and NOT a guarantee of future behavior.
A snapshot of the anchor at the time opened() is emitted will be used to position the menu. Additional changes to the anchor after this point will not affect the placement of the menu.
You can set properties of the anchor like so:
QsMenuAnchor {
anchor.window: parentwindow
// or
anchor {
window: parentwindow
}
}
Close the open menu.
Open the given menu on this menu Requires that anchor is valid.
Sent when the menu is closed.
Sent when the menu is displayed onscreen which may be after visible becomes true.