# DashboardWidgetCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**x** | **number** |  | [default to undefined]
**y** | **number** |  | [default to undefined]
**w** | **number** |  | [default to undefined]
**h** | **number** |  | [default to undefined]

## Example

```typescript
import { DashboardWidgetCreateInputs } from '@connectedxm/admin-sdk';

const instance: DashboardWidgetCreateInputs = {
    x,
    y,
    w,
    h,
};
```

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