WebKit2.ContextMenu.prototype.prepend
function prepend(item: WebKit2.ContextMenuItem): void {
// Gjs wrapper for webkit_context_menu_prepend()
}
Adds item at the beginning of the menu.
- item
the WebKit2.ContextMenuItem to add
function prepend(item: WebKit2.ContextMenuItem): void {
// Gjs wrapper for webkit_context_menu_prepend()
}
Adds item at the beginning of the menu.
the WebKit2.ContextMenuItem to add