mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
893 B
893 B
mycoreapi.model.Widget
Load the model package
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] |