DOM Renderer
    Preparing search index...

    Class VNode

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    children?: VNode[] = []
    is?: string
    key?: IndexKey
    namespace?: string
    node?: Node
    parent?: VNode
    props?: DataObject
    ref?: (node?: Node) => any
    selector?: string
    style?: VNodeStyle
    tagName?: string
    text?: string
    attrsMap: Record<string, keyof HTMLProps<HTMLLabelElement>> = ...
    propsMap: PropsMap = ...

    Methods

    • Parameters

      • tagName: string

      Returns any