Preparing search index...
The search index is not available
twing
twing
TwingBaseNode
Interface TwingBaseNode<Type, Attributes, Children>
interface
TwingBaseNode
<
Type
,
Attributes
,
Children
>
{
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 full
)
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
twing
Loading...