Method ForwardedRef
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
ForwardedRef<T>()
Retrieves the handle reference passed by the parent via V.Component<TRef>(componentRef:).
public static Ref<T>? ForwardedRef<T>() where T : class
Returns
Type Parameters
THandle type expected by this component.