Miscellaneous
Last updated
Last updated
Parameter | About | Type | Required |
---|---|---|---|
Parameter | About | Type | Required |
---|---|---|---|
No parameters
No parameters
If you want to end a string of methods, you can with .end()
. It emits the end
event and no methods can be added after it. Note: this is not required.
No parameters
If you wish to exit the Record editor API, call the exit()
method and it will return the class.
No parameters
We have a other()
method that can run any fs
method on the Record or the custom()
method to run a custom function without leaving the Record Editor API.
Some functions have the returnType
parameter. The values accepted are 1
and 2
.
Return as JSON.
Return as an Array.
Parameter | About | Type | Required |
---|---|---|---|
callback
Callback
function
dirPath
Path to a directory where the symlink will be created
String, filepath
command
The command (include arguments)
string
callback
Callback
function