Skip to content

Commit

Permalink
Merge pull request #6 from AGulev/update-for-1-2-178
Browse files Browse the repository at this point in the history
added script_api
  • Loading branch information
AGulev authored Dec 27, 2020
2 parents fad7f99 + 04644b4 commit fd01967
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions jstodef/api/JsToDef.script_api
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- name: jstodef
type: table
desc: Functions and constants for interacting with JsToDef APIs

members:

#*****************************************************************************************************

- name: add_listener
type: function

parameters:
- name: callback
type: function

#*****************************************************************************************************

- name: remove_listener
type: function

parameters:
- name: callback
type: function

#*****************************************************************************************************

0 comments on commit fd01967

Please sign in to comment.