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

# Type Alias ChatSelectionHandler

```typescript
ChatSelectionHandler: (selection: ChatSelection) => void
```

Types: [ChatSelection](../interfaces/core.ChatSelection.md)

#### Type Declaration

*   *   <a id="__type"></a>
        
        ```typescript
        (selection: ChatSelection): void
        ```
        
        Types: [ChatSelection](../interfaces/core.ChatSelection.md)
        
    *   #### Parameters
        
        *   selection: [ChatSelection](../interfaces/core.ChatSelection.md)
        
        #### Returns void
