ExecutionScript Type
Constructors
| Constructor |
Description
|
Full Usage:
ExecutionScript(func, ?args)
Parameters:
obj -> obj
-
A JavaScript function to execute. This function will be serialized which means that any bound parameters and execution context
will be lost.
?args : obj[]
-
An array of arguments to pass to the provided function. These arguments will be copied between worlds in accordance
with the table of supported types.
Returns: ExecutionScript
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.args
|
An array of arguments to pass to the provided function. These arguments will be copied between worlds in accordance with the table of supported types. |
Full Usage:
this.func
|
A JavaScript function to execute. This function will be serialized which means that any bound parameters and execution context will be lost. |
fable-electron-docs-api