# CursorLocation

Cursor location

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**x** | **number** |  | [optional] [default to undefined]
**y** | **number** |  | [optional] [default to undefined]
**z** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { CursorLocation } from '@caraer/client';

const instance: CursorLocation = {
    x,
    y,
    z,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
