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

createVNodeCall

function createVNodeCall(
context: TransformContext | null,
tag: VNodeCall["tag"],
props?: VNodeCall["props"],
children?: VNodeCall["children"],
patchFlag?: VNodeCall["patchFlag"],
dynamicProps?: VNodeCall["dynamicProps"],
directives?: VNodeCall["directives"],
isBlock?: VNodeCall["isBlock"],
disableTracking?: VNodeCall["disableTracking"],
isComponent?: VNodeCall["isComponent"],
): VNodeCall;
§
createVNodeCall(context: TransformContext | null, tag: VNodeCall["tag"], props?: VNodeCall["props"], children?: VNodeCall["children"], patchFlag?: VNodeCall["patchFlag"], dynamicProps?: VNodeCall["dynamicProps"], directives?: VNodeCall["directives"], isBlock?: VNodeCall["isBlock"], disableTracking?: VNodeCall["disableTracking"], isComponent?: VNodeCall["isComponent"], loc?: SourceLocation): VNodeCall
[src]

§Parameters

§
context: TransformContext | null
[src]
§
tag: VNodeCall["tag"]
[src]
§
props?: VNodeCall["props"] optional
[src]
§
children?: VNodeCall["children"] optional
[src]
§
patchFlag?: VNodeCall["patchFlag"] optional
[src]
§
dynamicProps?: VNodeCall["dynamicProps"] optional
[src]
§
directives?: VNodeCall["directives"] optional
[src]
§
isBlock?: VNodeCall["isBlock"] optional
[src]
§
disableTracking?: VNodeCall["disableTracking"] optional
[src]
§
isComponent?: VNodeCall["isComponent"] optional
[src]
§
loc?: SourceLocation optional
[src]