Update context menu params docs

pull/752/head
ioedeveloper 4 years ago
parent 2cb01ff79f
commit b31cb45c8e
  1. 2
      apps/remix-ide/src/app/panels/file-panel.js

@ -105,7 +105,7 @@ module.exports = class Filepanel extends ViewPlugin {
/**
*
* @param item { name: string, type?: string[], path?: string[], extension?: string[], pattern?: string[] }
* @param item { id: string, name: string, type?: string[], path?: string[], extension?: string[], pattern?: string[] }
* @param callback (...args) => void
*/
registerContextMenuItem (item) {

Loading…
Cancel
Save