Options
All
  • Public
  • Public/Protected
  • All
Menu

The IManagedComponentProps interface defines standard properties that can be used on managed components, which include key and ref. These properties are not available for the components themselves and should not be part of the props object defined by component authors.

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