> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.HostNavigateInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface HostNavigateInput

```typescript
interface HostNavigateInput {
    projectId: string;
    surface?: HostNavigateSurface;
}
```

Types: [projectId](#projectid), [surface](#surface), [HostNavigateSurface](../types/core.HostNavigateSurface.md)

##### Index

### <a id="properties"></a>Properties

[projectId](#projectid) [surface?](#surface)

## <a id="properties-1"></a>Properties

### <a id="projectid"></a>projectId

```typescript
projectId: string
```

### <a id="surface"></a>`Optional`surface

```typescript
surface?: HostNavigateSurface
```

Types: [HostNavigateSurface](../types/core.HostNavigateSurface.md)
