@tryforge/forgescript
Preparing search index...
IExtendedCompiledFunctionField
Interface IExtendedCompiledFunctionField
interface
IExtendedCompiledFunctionField
{
functions
:
CompiledFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
boolean
,
>
[]
;
rawValue
:
string
;
resolve
:
WrappedCode
;
resolveArg
?:
(
ctx
:
Context
,
arg
:
IArg
,
value
:
string
,
ref
:
unknown
[]
,
)
=>
unknown
;
value
:
string
;
}
Hierarchy
Omit
<
ICompiledFunctionField
,
"functions"
>
IExtendedCompiledFunctionField
Index
Properties
functions
raw
Value
resolve
resolve
Arg?
value
Properties
functions
functions
:
CompiledFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
boolean
,
>
[]
raw
Value
rawValue
:
string
resolve
resolve
:
WrappedCode
Optional
resolve
Arg
resolveArg
?:
(
ctx
:
Context
,
arg
:
IArg
,
value
:
string
,
ref
:
unknown
[]
)
=>
unknown
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
functions
raw
Value
resolve
resolve
Arg
value
@tryforge/forgescript
Loading...