Documentation
Preparing search index...
TwingBaseNode
Interface TwingBaseNode<Type, Attributes, Children>
interface
TwingBaseNode
<
Type
extends
string
|
null
=
any
,
Attributes
extends
TwingBaseNodeAttributes
=
TwingBaseNodeAttributes
,
Children
extends
TwingBaseNodeChildren
=
TwingBaseNodeChildren
,
>
{
attributes
:
Attributes
;
children
:
Children
;
column
:
number
;
line
:
number
;
tag
:
null
|
string
;
type
:
Type
;
}
Type Parameters
Type
extends
string
|
null
=
any
Attributes
extends
TwingBaseNodeAttributes
=
TwingBaseNodeAttributes
Children
extends
TwingBaseNodeChildren
=
TwingBaseNodeChildren
Hierarchy (
View Summary
)
TwingBaseNode
TwingApplyNode
TwingAutoEscapeNode
TwingBlockNode
TwingBlockReferenceNode
TwingCheckSecurityNode
TwingCheckToStringNode
TwingCommentNode
TwingDeprecatedNode
TwingDoNode
TwingFlushNode
TwingForNode
TwingForLoopNode
TwingIfNode
TwingImportNode
TwingBaseIncludeNode
TwingLineNode
TwingMacroNode
TwingPrintNode
TwingSandboxNode
TwingSpacelessNode
TwingTemplateNode
TwingSetNode
TwingBaseTextNode
TwingTraitNode
TwingWithNode
TwingAssignmentNode
TwingNameNode
Index
Properties
attributes
children
column
line
tag
type
Properties
Readonly
attributes
attributes
:
Attributes
Readonly
children
children
:
Children
Readonly
column
column
:
number
Readonly
line
line
:
number
Readonly
tag
tag
:
null
|
string
Readonly
type
type
:
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
column
line
tag
type
Documentation
Loading...