> For the complete documentation index, see [llms.txt](https://fast-studios.gitbook.io/press-e/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fast-studios.gitbook.io/press-e/manual/scripting/interactable/interactable.canseethrowtrajectory.md).

# Interactable.canSeeThrowTrajectory

<mark style="color:blue;">public bool</mark> <mark style="color:$primary;">canSeeThrowTrajectory</mark>;

This bool is **exclusive to the** [**Grab**](/press-e/manual/components/interactable/grab.md) **interaction type**.\
When enabled, the **throw trajectory preview** is displayed.

```csharp
public void HideTrajectory(Interactable interactable)
{
    interactable.canSeeThrowTrajectory = false;
}
```
