viewWithUnifiedSelection Function
A HOC component that adds unified selection functionality to the supplied viewport component.
viewWithUnifiedSelection<P extends ViewportProps>(ViewportComponent: React.ComponentType<P>): React.ComponentType<P>
Parameter | Type | Description |
---|---|---|
ViewportComponent | React.ComponentType<P> |
Returns - React.ComponentType<P>
Defined in
Last Updated: 15 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.