Children that can be supplied to the element
Unique key that distinguishes this JSX element from its siblings. The key can be of any type.
Reference that will be set to the instance of the element after it is created (mounted). The reference will be set to undefined after the element is unmounted.
Update strategy object that determines different aspects of element behavior during updates.
Reference that will be set to the instance of the element after it is created (mounted). The reference will be set to undefined after the element is unmounted.
Generated using TypeDoc
The IElementProps interface defines standard properties (attributes and event listeners) that can be used on all HTML and SVG elements.