WebKit2.ContextMenu.prototype.append

function append(item: WebKit2.ContextMenuItem): void {
    // Gjs wrapper for webkit_context_menu_append()
}
  

Adds item at the end of the menu.

item

the WebKit2.ContextMenuItem to add