props property

Map props
final

For a ReactElement, this is the initial props with defaults merged.

For a ReactComponent, this is the props the component was last rendered with, and is used within props-related lifecycle internals.

Implementation

final Map props;