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

707 B

openapi.model.GridWriteModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
rowCount int The number of rows the grid has [optional]
columnCount int The number of columns the grid has [optional]
widgets List [optional] [default to const []]
links GridWriteModelLinks [optional]

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