Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VNode<any>
    • Element

Index

Properties

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: any
props: any
ref?: Ref<any>

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

startTime?: number

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

type: string | ComponentType<any>

Generated using TypeDoc