Function createElementBlockPrivate
- createElementBlock(type, props?, children?, patchFlag?, dynamicProps?, shapeFlag?): VNode<RendererNode, RendererElement, {
[key: string]: any;
}> Private
Parameters
type: string | {
__isFragment: true;
new (): {
$props: VNodeProps;
};
}
Optional
props: Record<string, any>
Optional
children: any
Optional
patchFlag: number
Optional
dynamicProps: string[]
Optional
shapeFlag: number