Lines Matching refs:menu
3 The **MenuItem** component represents an item in a menu.
25 …emoptions) \| [CustomBuilder](ts-types.md#custombuilder8) | No | Information about the menu item.|
35 …-types.md#resourcestr) | No | Path to the icon displayed on the left of the menu item. |
36 | content | [ResourceStr](ts-types.md#resourcestr) | No | Content of the menu item. …
37 …types.md#resourcestr) | No | Path to the icon displayed on the right of the menu item. |
39 | builder | [CustomBuilder](ts-types.md#custombuilder8) | No | Builder for a level-2 menu. …
40 …modifier.md) | No | Path to the symbol icon displayed on the left of the menu item. When this par…
41 …odifier.md) | No | Path to the symbol icon displayed on the right of the menu item. When this par…
52 Sets whether the menu item is selected.
64 | value | boolean | Yes | Whether the menu item is selected.<br>Default value: **false**|
70 Sets whether to display the selected icon when the menu item is selected.
80 …menu item is selected.<br>Default value: **false**<br>**true**: When the menu item is selected, th…
85 Sets the font style of the menu item content.
95 | value | [Font](ts-types.md#font) | Yes | Font style of the menu item content.|
101 Sets the font color of the menu item content.
111 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Font color of the menu item content.…
117 Sets the font style of the menu item label.
127 | value | [Font](ts-types.md#font) | Yes | Font style of the menu item label.|
133 Sets the font color of the menu item label.
143 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Font color of the menu item label.<b…
151 Triggered when the selection status of the menu item is changed manually.
161 …es.<br>If the return value is **true**, the menu item is selected. If the return value is **false*…
165 See the example of [Menu](ts-basic-components-menu.md#example).