Skip to content

API Reference / @gtkx/components / MenuProps

Type Alias: MenuProps

MenuProps = Omit<GMenuProps, keyof MenuItemsProps> & MenuItemsProps & object

Defined in: menu.d.ts:9

Props for Menu, combining Gio.Menu props with a declarative items array.

Type Declaration

ref?

optional ref?: Ref<Gio.Menu | null>

Released under the MPL-2.0 License.