Commit b31cb45c authored by ioedeveloper's avatar ioedeveloper

Update context menu params docs

parent 2cb01ff7
...@@ -105,7 +105,7 @@ module.exports = class Filepanel extends ViewPlugin { ...@@ -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 * @param callback (...args) => void
*/ */
registerContextMenuItem (item) { registerContextMenuItem (item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment