Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommonProps

The ICommonProps interface defines standard properties that can be used on all JSX elements - intrinsic (HTML and SVG) as well as functional and class-based components.

Hierarchy

Index

Properties

Properties

Optional key

key: any

Unique key that distinguishes this JSX element from its siblings. The key can be of any type.

Generated using TypeDoc