@tryforge/forgescript
Preparing search index...
IExtendedCompiledFunction
Interface IExtendedCompiledFunction
interface
IExtendedCompiledFunction
{
count
:
string
|
null
;
fields
:
|
(
|
IExtendedCompiledFunctionField
|
IExtendedCompiledFunctionConditionField
)
[]
|
null
;
id
:
string
;
index
:
number
;
name
:
string
;
negated
:
boolean
;
silent
:
boolean
;
}
Hierarchy
Omit
<
ICompiledFunction
,
"fields"
>
IExtendedCompiledFunction
Index
Properties
count
fields
id
index
name
negated
silent
Properties
count
count
:
string
|
null
fields
fields
:
|
(
|
IExtendedCompiledFunctionField
|
IExtendedCompiledFunctionConditionField
)
[]
|
null
id
id
:
string
index
index
:
number
name
name
:
string
negated
negated
:
boolean
Whether output is not desirable
silent
silent
:
boolean
Whether error will be silenced and just exit execution
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
fields
id
index
name
negated
silent
@tryforge/forgescript
Loading...
Whether output is not desirable