useDroppableEntity()
function useDroppableEntity<T>(props): {
hint: boolean;
hover: boolean;
};
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
props | useDroppableEntityOptions<T> |
Returns
{
hint: boolean;
hover: boolean;
}
| Name | Type |
|---|---|
hint | boolean |
hover | boolean |