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