editId property

String? editId
final

Data ID currently being edited.

It can be obtained by placing FormEditPageScopedWidget or FormAddPageScopedWidget on the parent.

If new data is being added, it will be Null, and if existing data is being edited, the data ID of the data will be entered.

現在編集中のデータID。

FormEditPageScopedWidgetFormAddPageScopedWidgetを親に配置することにより取得可能になります。

新規追加の場合Nullになり、既存データを編集中の場合はそのデータのデータIDが入ります。

Implementation

final String? editId;