Update remix_plugin_api.md

pull/7/head
yann300 6 years ago committed by GitHub
parent a0fdb41900
commit 6555bbf0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/remix_plugin_api.md

@ -47,5 +47,13 @@ This section list all the available key and value pair which define this API:
- getAccounts `@return {Array} acccounts`
- createVMAccount `@param {String} privateKey, @param {String} balance (hex)`
### editor
- getCurrentFile `@return {String} current file path displayed in the editor`
- getFile `@param {String} path, @return {String} content`
- setFile `@param {String} path, @param {String} content`
- highlight `@param {Object} lineColumnPos, @param {String} filePath, @param {String} hexColor `

Loading…
Cancel
Save