Package react4j.dom.proptypes.html
Interface RefConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Method to pass an element or component instance back from the renderer.
-
Method Summary
-
Method Details
-
accept
Passes the reference to the component instance or element. The reference is nonnull when the element has been attached to the DOM and null when the reference has been detached from the DOM.- Parameters:
reference
- the reference.
-