Documentation
Preparing search index...
TwingNullishCoalescingNode
Interface TwingNullishCoalescingNode
interface
TwingNullishCoalescingNode
{
attributes
:
Attributes
;
children
:
{
expr1
:
TwingBaseNode
;
expr2
:
TwingBaseNode
;
expr3
:
TwingBaseNode
;
}
;
column
:
number
;
line
:
number
;
tag
:
null
|
string
;
type
:
"nullish_coalescing"
;
}
Hierarchy (
View Summary
)
TwingBaseConditionalNode
<
"nullish_coalescing"
>
TwingNullishCoalescingNode
Index
Properties
attributes
children
column
line
tag
type
Properties
Readonly
attributes
attributes
:
Attributes
Readonly
children
children
:
{
expr1
:
TwingBaseNode
;
expr2
:
TwingBaseNode
;
expr3
:
TwingBaseNode
}
Readonly
column
column
:
number
Readonly
line
line
:
number
Readonly
tag
tag
:
null
|
string
Readonly
type
type
:
"nullish_coalescing"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
column
line
tag
type
Documentation
Loading...