Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntrinsicClassAttributes<T>

Properties in this interface apply only to class-based components.

Type parameters

Hierarchy

Index

Properties

Properties

Optional Readonly key

key?: string | number | bigint | symbol | object | Function

Unique key that distinguishes this JSX element from its siblings. The key can be of any type except null, undefined and boolean.

Optional Readonly ref

ref?: RefPropType<T>

Object that receives the reference to the component instance