mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.0 KiB
1.0 KiB
openapi.model.GridWidgetModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| id | int | The grid widget's unique identifier. Can be null, if a new widget is created within a grid. | |
| identifier | String | An alternative, human legible, and unique identifier. | |
| startRow | int | The index of the starting row of the widget. The row is inclusive. | |
| endRow | int | The index of the ending row of the widget. The row is exclusive. | |
| startColumn | int | The index of the starting column of the widget. The column is inclusive. | |
| endColumn | int | The index of the ending column of the widget. The column is exclusive. | |
| options | Object | [optional] |