Type Alias: GtkPopoverMenuProps
GtkPopoverMenuProps =
GtkPopoverProps&object
Defined in: generated/jsx.ts:5988
Props for the GtkPopoverMenu widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6000 |
flags? | Gtk.PopoverMenuFlags | The flags that popover uses to create/display a menu from its model. If a model is set and the flags change, contents are rebuilt, so if setting properties individually, set flags before model to avoid a redundant rebuild. | generated/jsx.ts:5995 |
menuModel? | Gio.MenuModel | null | The model from which the menu is made. | generated/jsx.ts:5997 |
ref? | Ref<Gtk.PopoverMenu> | - | generated/jsx.ts:6001 |
visibleSubmenu? | string | The name of the visible submenu. | generated/jsx.ts:5999 |