Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VNode<any>
    • Element

Index

Properties

Optional endTime

endTime?: number

The time that the rendering of this vnode was completed. Will only be set when the devtools are attached. Default value: -1

key

key: any

props

props: any

Optional ref

ref?: null | Ref<any>

ref is not guaranteed by React.ReactElement, for compatibility reasons with popular react libs we define it as optional too

Optional startTime

startTime?: number

The time this vnode started rendering. Will only be set when the devtools are attached. Default value: 0

type

type: string | ComponentType<any>

Generated using TypeDoc