Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@types/jquery.contextmenu

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Issues
File Explorer

Advanced tools

@types/jquery.contextmenu

TypeScript definitions for jQuery contextMenu

    1.7.35ts3.6ts3.7ts3.8ts3.9ts4.0ts4.1ts4.2ts4.3ts4.4ts4.5ts4.6ts4.7ts4.8ts4.9ts5.0ts5.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
603
decreased by-20.76%

Weekly downloads

Readme

Source

Installation

npm install --save @types/jquery.contextmenu

Summary

This package contains type definitions for jQuery contextMenu (http://medialize.github.com/jQuery-contextMenu/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.contextmenu.

index.d.ts

// Type definitions for jQuery contextMenu 1.7.0 // Project: http://medialize.github.com/jQuery-contextMenu/ // Definitions by: Natan Vivo <https://github.com/nvivo> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// <reference types="jquery" /> interface JQueryContextMenuOptions { selector: string; appendTo?: string | undefined; trigger?: string | undefined; autoHide?: boolean | undefined; delay?: number | undefined; determinePosition?: ((menu: JQuery) => void) | undefined; position?: ((opt: JQuery, x: number, y: number) => void) | undefined; positionSubmenu?: ((menu: JQuery) => void) | undefined; zIndex?: number | undefined; animation?: { duration?: number | undefined; show?: string | undefined; hide?: string | undefined; } | undefined; events?: { show?: ((options: any) => boolean) | undefined; hide?: ((options: any) => boolean) | undefined; } | undefined; callback?: ((key: any, options: any) => any) | undefined; items?: any; build?: ((triggerElement: JQuery, e: Event) => any) | undefined; reposition?: boolean | undefined; className?: string | undefined; itemClickEvent?: string | undefined; } interface JQueryStatic { contextMenu(options?: JQueryContextMenuOptions): JQuery; contextMenu(type: string, selector?: any): JQuery; } interface JQuery { contextMenu(options?: any): JQuery; }

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:22:34 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by Natan Vivo.

FAQs

Last updated on 08 Jul 2021

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc