VNodeCall
interface VNodeCall extends Node_2 {
children:
| undefined;
directives: DirectiveArguments | undefined;
disableTracking: boolean;
dynamicProps: string | SimpleExpressionNode | undefined;
isBlock: boolean;
isComponent: boolean;
patchFlag: string | undefined;
props: PropsExpression | undefined;
tag: string | symbol | CallExpression;
type: NodeTypes.VNODE_CALL;
}§Properties
§
children: TemplateChildNode[] | TemplateTextChildNode | SlotsExpression | ForRenderListExpression | SimpleExpressionNode | undefined
[src]§
directives: DirectiveArguments | undefined
[src]§
dynamicProps: string | SimpleExpressionNode | undefined
[src]§
props: PropsExpression | undefined
[src]§
tag: string | symbol | CallExpression
[src]