@tryforge/forgescript
Preparing search index...
ForgeFunction
Class ForgeFunction
Index
Constructors
constructor
Properties
compiled?
data
Methods
as
Native
call
populate
Constructors
constructor
new
ForgeFunction
(
data
:
IForgeFunction
)
:
ForgeFunction
Parameters
data
:
IForgeFunction
Returns
ForgeFunction
Properties
Optional
compiled
compiled
?:
IExtendedCompilationResult
Readonly
data
data
:
IForgeFunction
Methods
as
Native
asNative
()
:
NativeFunction
<
IArg
<
String
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
any
>
Returns
NativeFunction
<
IArg
<
String
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
any
>
call
call
(
ctx
:
Context
,
fn
:
CompiledFunction
,
args
:
string
[]
,
)
:
Promise
<
Return
<
Success
>
|
Return
<
Error
>
|
Return
<
Stop
>
>
Parameters
ctx
:
Context
fn
:
CompiledFunction
args
:
string
[]
Returns
Promise
<
Return
<
Success
>
|
Return
<
Error
>
|
Return
<
Stop
>
>
populate
populate
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
compiled
data
Methods
as
Native
call
populate
@tryforge/forgescript
Loading...