IfBranchNode
interface IfBranchNode extends Node_2 {
children: TemplateChildNode[];
condition: ExpressionNode | undefined;
isTemplateIf?: boolean;
type: NodeTypes.IF_BRANCH;
userKey?: AttributeNode | DirectiveNode;
}§Properties
§
children: TemplateChildNode[]
[src]§
condition: ExpressionNode | undefined
[src]§
userKey?: AttributeNode | DirectiveNode
[src]