# DashboardWidgetEndpointDefaultSize


## Properties

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

## Example

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

const instance: DashboardWidgetEndpointDefaultSize = {
    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)
