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

# Interface EvaluationWorkRootCatalogEntry

Host-owned destination option. The selector is redeemed by the Host and the public projection deliberately carries no filesystem metadata.

```typescript
interface EvaluationWorkRootCatalogEntry {
    label: string;
    selector: EvaluationWorkRootSelection;
    state: EvaluationWorkRootState;
}
```

Types: [label](#label), [selector](#selector), [EvaluationWorkRootSelection](../types/core.Supporting_types.EvaluationWorkRootSelection.md), [state](#state), [EvaluationWorkRootState](../types/core.Supporting_types.EvaluationWorkRootState.md)

##### Index

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

[label](#label) [selector](#selector) [state](#state)

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

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

```typescript
label: string
```

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

```typescript
selector: EvaluationWorkRootSelection
```

Types: [EvaluationWorkRootSelection](../types/core.Supporting_types.EvaluationWorkRootSelection.md)

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

```typescript
state: EvaluationWorkRootState
```

Types: [EvaluationWorkRootState](../types/core.Supporting_types.EvaluationWorkRootState.md)
