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

# Interface PrimaryProjectSurfaceContext

```typescript
interface PrimaryProjectSurfaceContext {
    placement: "primary";
    surfaceId: "main";
}
```

Types: [placement](#placement), [surfaceId](#surfaceid)

##### Index

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

[placement](#placement) [surfaceId](#surfaceid)

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

### <a id="placement"></a>placement

```typescript
placement: "primary"
```

### <a id="surfaceid"></a>surfaceId

```typescript
surfaceId: "main"
```
