Function createBlockPrivate

  • Private

    Create a block root vnode. Takes the same exact arguments as createVNode. A block root keeps track of dynamic nodes within the block in the dynamicChildren array.

    Parameters

    • type: VNodeTypes | ClassComponent
    • Optional props: Record<string, any>
    • Optional children: any
    • Optional patchFlag: number
    • Optional dynamicProps: string[]

    Returns VNode

Generated using TypeDoc