# DashboardWidget


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**endpoint** | [**DashboardWidgetEndpoint**](DashboardWidgetEndpoint.md) |  | [default to undefined]
**x** | **number** |  | [default to undefined]
**y** | **number** |  | [default to undefined]
**w** | **number** |  | [default to undefined]
**h** | **number** |  | [default to undefined]

## Example

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

const instance: DashboardWidget = {
    id,
    endpoint,
    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)
