mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
28 lines
893 B
Markdown
28 lines
893 B
Markdown
# mycoreapi.model.Widget
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:mycoreapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**displayName** | **String** | | [optional]
|
|
**type** | **String** | | [optional]
|
|
**activated** | **bool** | | [optional]
|
|
**form** | **String** | | [optional]
|
|
**font** | **String** | | [optional]
|
|
**color** | **String** | | [optional]
|
|
**size** | **String** | | [optional]
|
|
**width** | **int** | | [optional]
|
|
**height** | **int** | | [optional]
|
|
**positionX** | **int** | | [optional]
|
|
**positionY** | **int** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|