<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [ConnectionStateData](./smwebsdk.connectionstatedata.md)

## ConnectionStateData interface


**Signature:**

```typescript
export interface ConnectionStateData 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [currentStep](./smwebsdk.connectionstatedata.currentstep.md) |  | number |  |
|  [name](./smwebsdk.connectionstatedata.name.md) |  | [ConnectionStateTypes](./smwebsdk.connectionstatetypes.md) |  |
|  [percentageLoaded](./smwebsdk.connectionstatedata.percentageloaded.md) |  | number |  |
|  [totalSteps](./smwebsdk.connectionstatedata.totalsteps.md) |  | number |  |

