Lines Matching refs:menu
2 …menu APIs to display a context menu, a vertical list of items displayed by long pressing, clicking…
4 A context menu displayed using [bindContextMenu](../reference/apis-arkui/arkui-ts/ts-universal-attr…
6 A context menu displayed using [bindMenu](../reference/apis-arkui/arkui-ts/ts-universal-attributes-…
12 | aboutToAppear | () => void | Callback triggered when the menu is about to appear.|
13 | onAppear | () => void | Callback triggered when the menu is displayed.|
14 | aboutToDisappear | () => void | Callback triggered when the menu is about to disappear.|
15 | onDisappear | () => void | Callback triggered when the menu is hidden.|
21 …PI to implement a menu. **bindMenu** responds to the click event of the bound component. When the …
39 …/quick-start/arkts-builder.md) to customize menu content and use the **bindMenu** API to bind the …
76 … set, it indicates that a submenu is bound to a menu item. When the user hovers the cursor over th…
122 … **bindContextMenu** API to customize the menu content and menu popup mode: right-click or long pr…
125 - Check the menu popup mode and bind the component through the **bindContextMenu** attribute. In th…