Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VNodeCall

interface VNodeCall extends Node_2 {
directives: DirectiveArguments | undefined;
disableTracking: boolean;
dynamicProps: string | SimpleExpressionNode | undefined;
isBlock: boolean;
isComponent: boolean;
patchFlag: string | undefined;
props: PropsExpression | undefined;
tag: string | symbol | CallExpression;
}

§Extends

§
Node_2
[src]

§Properties

§
directives: DirectiveArguments | undefined
[src]
§
disableTracking: boolean
[src]
§
dynamicProps: string | SimpleExpressionNode | undefined
[src]
§
isBlock: boolean
[src]
§
isComponent: boolean
[src]
§
patchFlag: string | undefined
[src]
§
props: PropsExpression | undefined
[src]
§
tag: string | symbol | CallExpression
[src]