Preparing search index...
The search index is not available
twing
twing
TwingMethodCallNode
Interface TwingMethodCallNode
interface
TwingMethodCallNode
{
attributes
:
TwingBaseNodeAttributes
&
{
methodName
:
string
;
shouldTestExistence
:
boolean
;
}
;
children
:
{
arguments
:
TwingArrayNode
;
operand
:
TwingBaseNode
<
any
,
{
name
:
string
;
}
,
TwingBaseNodeChildren
>
;
}
;
column
:
number
;
line
:
number
;
tag
:
null
|
string
;
type
:
"method_call"
;
}
Hierarchy (
view full
)
TwingBaseExpressionNode
<
"method_call"
,
TwingMethodCallNodeAttributes
,
{
arguments
:
TwingArrayNode
;
operand
:
TwingBaseNode
<
any
,
{
name
:
string
;
}
>
;
}
>
TwingMethodCallNode
Index
Properties
attributes
children
column
line
tag
type
Properties
Readonly
attributes
attributes
:
TwingBaseNodeAttributes
&
{
methodName
:
string
;
shouldTestExistence
:
boolean
;
}
Readonly
children
children
:
{
arguments
:
TwingArrayNode
;
operand
:
TwingBaseNode
<
any
,
{
name
:
string
;
}
,
TwingBaseNodeChildren
>
;
}
Readonly
column
column
:
number
Readonly
line
line
:
number
Readonly
tag
tag
:
null
|
string
Readonly
type
type
:
"method_call"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
column
line
tag
type
twing
Loading...