Documentation
Preparing search index...
TwingTemplateNodeChildren
Type Alias TwingTemplateNodeChildren
type
TwingTemplateNodeChildren
=
{
blocks
:
TwingBaseNode
<
any
,
{}
,
Record
<
string
,
TwingBlockNode
>
>
;
body
:
TwingBaseNode
;
macros
:
TwingBaseNode
<
any
,
{}
,
Record
<
string
,
TwingMacroNode
>
>
;
parent
?:
TwingBaseExpressionNode
;
securityCheck
:
TwingBaseNode
;
traits
:
TwingBaseNode
<
any
,
{}
,
Record
<
string
,
TwingTraitNode
>
>
;
}
Index
Properties
blocks
body
macros
parent?
security
Check
traits
Properties
blocks
blocks
:
TwingBaseNode
<
any
,
{}
,
Record
<
string
,
TwingBlockNode
>
>
body
body
:
TwingBaseNode
macros
macros
:
TwingBaseNode
<
any
,
{}
,
Record
<
string
,
TwingMacroNode
>
>
Optional
parent
parent
?:
TwingBaseExpressionNode
security
Check
securityCheck
:
TwingBaseNode
traits
traits
:
TwingBaseNode
<
any
,
{}
,
Record
<
string
,
TwingTraitNode
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
body
macros
parent
security
Check
traits
Documentation
Loading...