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

# Interface CloudSupportIssueViewer

Where the CURRENT viewer stands on one issue, so the app can render the right affordances without inferring identity from the public projection.

```typescript
interface CloudSupportIssueViewer {
    affected: boolean;
    isOperator: boolean;
    isReporter: boolean;
    signedIn: boolean;
}
```

Types: [affected](#affected), [isOperator](#isoperator), [isReporter](#isreporter), [signedIn](#signedin)

#### Hierarchy

*   [CloudSupportViewer](core.CloudSupportViewer.md)
    *   CloudSupportIssueViewer

##### Index

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

[affected](#affected) [isOperator](#isoperator) [isReporter](#isreporter) [signedIn](#signedin)

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

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

```typescript
affected: boolean
```

### <a id="isoperator"></a>isOperator

```typescript
isOperator: boolean
```

### <a id="isreporter"></a>isReporter

```typescript
isReporter: boolean
```

### <a id="signedin"></a>signedIn

```typescript
signedIn: boolean
```

Inherited from [CloudSupportViewer](core.CloudSupportViewer.md).[signedIn](core.CloudSupportViewer.md#signedin)
