> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TappifyCallContext

> The project and the filter bar the call was made from.

The project and the filter bar the call was made from.

## Properties

### filters

```ts theme={null}
filters: TapFilters;
```

***

### from

```ts theme={null}
from: string;
```

The range start, as `YYYY-MM-DD`, or an empty string when none was sent.

***

### platform

```ts theme={null}
platform: TapPlatformFilter;
```

The same value as `filters.platform`, hoisted for convenience.

***

### projectId

```ts theme={null}
projectId: string | null;
```

***

### to

```ts theme={null}
to: string;
```

The range end, as `YYYY-MM-DD`, or an empty string when none was sent.
