<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [StepListProps](./react.steplistprops.md) &gt; [onSelect](./react.steplistprops.onselect.md)

## StepListProps.onSelect property

Event handler for when a step is selected.

<b>Signature:</b>

```typescript
onSelect?: (name: string) => void;
```
