Preparing search index...
The search index is not available
twing
twing
TwingNullishCoalescingNode
Interface TwingNullishCoalescingNode
interface
TwingNullishCoalescingNode
{
attributes
:
TwingBaseNodeAttributes
;
children
:
{
expr1
:
TwingBaseNode
<
any
,
TwingBaseNodeAttributes
,
TwingBaseNodeChildren
>
;
expr2
:
TwingBaseNode
<
any
,
TwingBaseNodeAttributes
,
TwingBaseNodeChildren
>
;
expr3
:
TwingBaseNode
<
any
,
TwingBaseNodeAttributes
,
TwingBaseNodeChildren
>
;
}
;
column
:
number
;
line
:
number
;
tag
:
null
|
string
;
type
:
"nullish_coalescing"
;
}
Hierarchy (
view full
)
TwingBaseConditionalNode
<
"nullish_coalescing"
>
TwingNullishCoalescingNode
Index
Properties
attributes
children
column
line
tag
type
Properties
Readonly
attributes
attributes
:
TwingBaseNodeAttributes
Readonly
children
children
:
{
expr1
:
TwingBaseNode
<
any
,
TwingBaseNodeAttributes
,
TwingBaseNodeChildren
>
;
expr2
:
TwingBaseNode
<
any
,
TwingBaseNodeAttributes
,
TwingBaseNodeChildren
>
;
expr3
:
TwingBaseNode
<
any
,
TwingBaseNodeAttributes
,
TwingBaseNodeChildren
>
;
}
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
twing
Loading...