open-project-flutter-api/doc/GridWidgetModel.md
2023-11-05 19:54:17 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]